Color Hex Logo

#cee5d2 Color Hex

#CEE5D2
(206,229,210)
0 Favorites   0 Comments

Color spaces of #cee5d2

RGB 206229210
HSL0.360.310.85
HSV130°10°90°
CMYK 0.100.000.08   0.10
XYZ65.105873.813671.7888
Yxy73.81360.30900.3503
Hunter Lab85.9148-15.084610.5988
CIE-Lab88.8343-11.11726.6768

#cee5d2 color RGB value is (206,229,210).

#cee5d2 hex color red value is 206, green value is 229 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #cee5d2 hue: 0.36 , saturation: 0.31 and the lightness value of cee5d2 is 0.85.

The process color (four color CMYK) of #cee5d2 color hex is 0.10, 0.00, 0.08, 0.10. Web safe color of #cee5d2 is #cccccc. Color #cee5d2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 11010010
Octal 316 345 322
Decimal 206 229 210
Hex CE E5 D2

RGB Percentages of Color #cee5d2

%31.94
%35.50
%32.56

CMYK Percentages of Color #cee5d2

%10
%0
%8
%10

Triadic Colors of #cee5d2

#cee5d2 #d2cee5 #e5d2ce

Analogous Colors of #cee5d2

#cee5d2 #cee5de #d6e5ce

Monochromatic Colors of #cee5d2

#cee5d2

Complementary Color

#cee5d2 #e5cee1

#cee5d2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee5d2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee5d2 Color CSS Codes

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

#cee5d2 Text Font Color

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

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


#cee5d2 Background Color

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

This div background color is #cee5d2


#cee5d2 Border Color

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

This div border color is #cee5d2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee5d2


Comments

No comments written yet.

Please login to write comment.