Color Hex Logo

#ccecf5 Color Hex

#CCECF5
(204,236,245)
0 Favorites   0 Comments

Color spaces of #ccecf5

RGB 204236245
HSL0.540.670.88
HSV193°17°96°
CMYK 0.170.040.00   0.04
XYZ71.378779.420897.9539
Yxy79.42080.28690.3193
Hunter Lab89.1183-12.9888-2.7854
CIE-Lab91.4244-8.5574-7.8567

#ccecf5 color RGB value is (204,236,245).

#ccecf5 hex color red value is 204, green value is 236 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #ccecf5 hue: 0.54 , saturation: 0.67 and the lightness value of ccecf5 is 0.88.

The process color (four color CMYK) of #ccecf5 color hex is 0.17, 0.04, 0.00, 0.04. Web safe color of #ccecf5 is #ccffff. Color #ccecf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101100 11110101
Octal 314 354 365
Decimal 204 236 245
Hex CC EC F5

RGB Percentages of Color #ccecf5

%29.78
%34.45
%35.77

CMYK Percentages of Color #ccecf5

%17
%4
%0
%4

Triadic Colors of #ccecf5

#ccecf5 #f5ccec #ecf5cc

Analogous Colors of #ccecf5

#ccecf5 #ccd8f5 #ccf5ea

Monochromatic Colors of #ccecf5

#ccecf5

Complementary Color

#ccecf5 #f5d5cc

#ccecf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccecf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccecf5 Color CSS Codes

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

#ccecf5 Text Font Color

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

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


#ccecf5 Background Color

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

This div background color is #ccecf5


#ccecf5 Border Color

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

This div border color is #ccecf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccecf5

Related Colors


Comments

No comments written yet.

Please login to write comment.