Color Hex Logo

#cce5ea Color Hex

#CCE5EA
(204,229,234)
0 Favorites   0 Comments

Color spaces of #cce5ea

RGB 204229234
HSL0.530.420.86
HSV190°13°92°
CMYK 0.130.020.00   0.08
XYZ67.772474.816588.7109
Yxy74.81650.29300.3235
Hunter Lab86.4965-11.5093-0.2603
CIE-Lab89.3070-7.2174-5.2329

#cce5ea color RGB value is (204,229,234).

#cce5ea hex color red value is 204, green value is 229 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #cce5ea hue: 0.53 , saturation: 0.42 and the lightness value of cce5ea is 0.86.

The process color (four color CMYK) of #cce5ea color hex is 0.13, 0.02, 0.00, 0.08. Web safe color of #cce5ea is #ccccff. Color #cce5ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 11101010
Octal 314 345 352
Decimal 204 229 234
Hex CC E5 EA

RGB Percentages of Color #cce5ea

%30.58
%34.33
%35.08

CMYK Percentages of Color #cce5ea

%13
%2
%0
%8

Triadic Colors of #cce5ea

#cce5ea #eacce5 #e5eacc

Analogous Colors of #cce5ea

#cce5ea #ccd6ea #cceae0

Monochromatic Colors of #cce5ea

#cce5ea

Complementary Color

#cce5ea #ead1cc

#cce5ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce5ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce5ea Color CSS Codes

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

#cce5ea Text Font Color

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

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


#cce5ea Background Color

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

This div background color is #cce5ea


#cce5ea Border Color

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

This div border color is #cce5ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce5ea


Comments

No comments written yet.

Please login to write comment.