Color Hex Logo

#cee9ec Color Hex

#CEE9EC
(206,233,236)
0 Favorites   0 Comments

Color spaces of #cee9ec

RGB 206233236
HSL0.520.440.87
HSV186°13°93°
CMYK 0.130.010.00   0.07
XYZ69.732877.455890.6320
Yxy77.45580.29320.3257
Hunter Lab88.0090-12.58350.5492
CIE-Lab90.5310-8.2272-4.4613

#cee9ec color RGB value is (206,233,236).

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

The process color (four color CMYK) of #cee9ec color hex is 0.13, 0.01, 0.00, 0.07. Web safe color of #cee9ec is #ccffff. Color #cee9ec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101001 11101100
Octal 316 351 354
Decimal 206 233 236
Hex CE E9 EC

RGB Percentages of Color #cee9ec

%30.52
%34.52
%34.96

CMYK Percentages of Color #cee9ec

%13
%1
%0
%7

Triadic Colors of #cee9ec

#cee9ec #eccee9 #e9ecce

Analogous Colors of #cee9ec

#cee9ec #cedaec #ceece0

Monochromatic Colors of #cee9ec

#cee9ec

Complementary Color

#cee9ec #ecd1ce

#cee9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee9ec Color CSS Codes

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

#cee9ec Text Font Color

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

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


#cee9ec Background Color

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

This div background color is #cee9ec


#cee9ec Border Color

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

This div border color is #cee9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee9ec

#cee9ec Color Palettes


Comments

No comments written yet.

Please login to write comment.