Color Hex Logo

#cce5f0 Color Hex

#CCE5F0
(204,229,240)
0 Favorites   0 Comments

Color spaces of #cce5f0

RGB 204229240
HSL0.550.550.87
HSV198°15°94°
CMYK 0.150.050.00   0.06
XYZ68.649375.167393.3286
Yxy75.16730.28950.3170
Hunter Lab86.6991-10.3851-3.1343
CIE-Lab89.4713-6.0074-8.1360

#cce5f0 color RGB value is (204,229,240).

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

The process color (four color CMYK) of #cce5f0 color hex is 0.15, 0.05, 0.00, 0.06. Web safe color of #cce5f0 is #ccccff. Color #cce5f0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 11110000
Octal 314 345 360
Decimal 204 229 240
Hex CC E5 F0

RGB Percentages of Color #cce5f0

%30.31
%34.03
%35.66

CMYK Percentages of Color #cce5f0

%15
%5
%0
%6

Triadic Colors of #cce5f0

#cce5f0 #f0cce5 #e5f0cc

Analogous Colors of #cce5f0

#cce5f0 #ccd3f0 #ccf0e9

Monochromatic Colors of #cce5f0

#cce5f0

Complementary Color

#cce5f0 #f0d7cc

#cce5f0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce5f0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce5f0 Color CSS Codes

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

#cce5f0 Text Font Color

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

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


#cce5f0 Background Color

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

This div background color is #cce5f0


#cce5f0 Border Color

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

This div border color is #cce5f0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,229,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 #cce5f0">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce5f0

#cce5f0 Color Palettes


Comments

No comments written yet.

Please login to write comment.