Color Hex Logo

#ccecf0 Color Hex

#CCECF0
(204,236,240)
0 Favorites   0 Comments

Color spaces of #ccecf0

RGB 204236240
HSL0.520.550.87
HSV187°15°94°
CMYK 0.150.020.00   0.06
XYZ70.625579.119593.9873
Yxy79.11950.28980.3246
Hunter Lab88.9491-13.9322-0.3838
CIE-Lab91.2883-9.5754-5.4491

#ccecf0 color RGB value is (204,236,240).

#ccecf0 hex color red value is 204, green value is 236 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ccecf0 hue: 0.52 , saturation: 0.55 and the lightness value of ccecf0 is 0.87.

The process color (four color CMYK) of #ccecf0 color hex is 0.15, 0.02, 0.00, 0.06. Web safe color of #ccecf0 is #ccffff. Color #ccecf0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11110000
Octal 314 354 360
Decimal 204 236 240
Hex CC EC F0

RGB Percentages of Color #ccecf0

%30.00
%34.71
%35.29

CMYK Percentages of Color #ccecf0

%15
%2
%0
%6

Triadic Colors of #ccecf0

#ccecf0 #f0ccec #ecf0cc

Analogous Colors of #ccecf0

#ccecf0 #ccdaf0 #ccf0e2

Monochromatic Colors of #ccecf0

#ccecf0

Complementary Color

#ccecf0 #f0d0cc

#ccecf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecf0 Color CSS Codes

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

#ccecf0 Text Font Color

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

This sample text font color is #ccecf0
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.


#ccecf0 Background Color

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

This div background color is #ccecf0


#ccecf0 Border Color

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

This div border color is #ccecf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecf0

#ccecf0 Color Palettes


Comments

No comments written yet.

Please login to write comment.