Color Hex Logo

#cee8da Color Hex

#CEE8DA
(206,232,218)
0 Favorites   0 Comments

Color spaces of #cee8da

RGB 206232218
HSL0.410.360.86
HSV148°11°91°
CMYK 0.110.000.06   0.09
XYZ66.965175.897077.4498
Yxy75.89700.30400.3445
Hunter Lab87.1189-15.25168.2737
CIE-Lab89.8115-11.17283.9013

#cee8da color RGB value is (206,232,218).

#cee8da hex color red value is 206, green value is 232 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #cee8da hue: 0.41 , saturation: 0.36 and the lightness value of cee8da is 0.86.

The process color (four color CMYK) of #cee8da color hex is 0.11, 0.00, 0.06, 0.09. Web safe color of #cee8da is #ccffcc. Color #cee8da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11101000 11011010
Octal 316 350 332
Decimal 206 232 218
Hex CE E8 DA

RGB Percentages of Color #cee8da

%31.40
%35.37
%33.23

CMYK Percentages of Color #cee8da

%11
%0
%6
%9

Triadic Colors of #cee8da

#cee8da #dacee8 #e8dace

Analogous Colors of #cee8da

#cee8da #cee8e7 #cfe8ce

Monochromatic Colors of #cee8da

#cee8da

Complementary Color

#cee8da #e8cedc

#cee8da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee8da Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee8da Color CSS Codes

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

#cee8da Text Font Color

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

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


#cee8da Background Color

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

This div background color is #cee8da


#cee8da Border Color

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

This div border color is #cee8da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee8da


Comments

No comments written yet.

Please login to write comment.