Color Hex Logo

#cee8ec Color Hex

#CEE8EC
(206,232,236)
0 Favorites   0 Comments

Color spaces of #cee8ec

RGB 206232236
HSL0.520.440.87
HSV188°13°93°
CMYK 0.130.020.00   0.07
XYZ69.450576.891290.5379
Yxy76.89120.29320.3246
Hunter Lab87.6876-12.07750.1641
CIE-Lab90.2715-7.7181-4.8435

#cee8ec color RGB value is (206,232,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 11101100
Octal 316 350 354
Decimal 206 232 236
Hex CE E8 EC

RGB Percentages of Color #cee8ec

%30.56
%34.42
%35.01

CMYK Percentages of Color #cee8ec

%13
%2
%0
%7

Triadic Colors of #cee8ec

#cee8ec #eccee8 #e8ecce

Analogous Colors of #cee8ec

#cee8ec #ced9ec #ceece1

Monochromatic Colors of #cee8ec

#cee8ec

Complementary Color

#cee8ec #ecd2ce

#cee8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee8ec Color CSS Codes

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

#cee8ec Text Font Color

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

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


#cee8ec Background Color

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

This div background color is #cee8ec


#cee8ec Border Color

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

This div border color is #cee8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee8ec


Comments

No comments written yet.

Please login to write comment.