Color Hex Logo

#cceffc Color Hex

#CCEFFC
(204,239,252)
0 Favorites   0 Comments

Color spaces of #cceffc

RGB 204239252
HSL0.550.890.89
HSV196°19°99°
CMYK 0.190.050.00   0.01
XYZ73.339081.5986103.9802
Yxy81.59860.28330.3152
Hunter Lab90.3319-13.1597-5.0158
CIE-Lab92.3974-8.6286-10.0598

#cceffc color RGB value is (204,239,252).

#cceffc hex color red value is 204, green value is 239 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #cceffc hue: 0.55 , saturation: 0.89 and the lightness value of cceffc is 0.89.

The process color (four color CMYK) of #cceffc color hex is 0.19, 0.05, 0.00, 0.01. Web safe color of #cceffc is #ccffff. Color #cceffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101111 11111100
Octal 314 357 374
Decimal 204 239 252
Hex CC EF FC

RGB Percentages of Color #cceffc

%29.35
%34.39
%36.26

CMYK Percentages of Color #cceffc

%19
%5
%0
%1

Triadic Colors of #cceffc

#cceffc #fcccef #effccc

Analogous Colors of #cceffc

#cceffc #ccd7fc #ccfcf1

Monochromatic Colors of #cceffc

#cceffc

Complementary Color

#cceffc #fcd9cc

#cceffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cceffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#cceffc Color CSS Codes

.mybgcolor {background-color:#cceffc; } 
.myforecolor {color:#cceffc; }
.mybordercolor {border:3px solid #cceffc; }

#cceffc Text Font Color

<p style="color:#cceffc">Text here</p>

This sample text font color is #cceffc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cceffc Background Color

<div style="background-color:#cceffc">
Div content here</div>

This div background color is #cceffc


#cceffc Border Color

<div style="border:3px solid #cceffc">
Div here</div>

This div border color is #cceffc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(204,239,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cceffc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cceffc;
  -webkit-box-shadow: 1px 1px 3px 2px #cceffc;
  box-shadow:         1px 1px 3px 2px #cceffc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,239,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cceffc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cceffc;
  -webkit-box-shadow: 1px 1px 3px 2px #cceffc;
  box-shadow:         1px 1px 3px 2px #cceffc;">
Div content here</div>

This div box has shadow with color #cceffc

#cceffc Color Palettes


Comments

No comments written yet.

Please login to write comment.