Color Hex Logo

#cee5cd Color Hex

#CEE5CD
(206,229,205)
0 Favorites   0 Comments

Color spaces of #cee5cd

RGB 206229205
HSL0.330.320.85
HSV118°10°90°
CMYK 0.100.000.10   0.10
XYZ64.492473.568268.5586
Yxy73.56820.31210.3561
Hunter Lab85.7719-15.885612.6491
CIE-Lab88.7180-12.00449.1273

#cee5cd color RGB value is (206,229,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001110 11100101 11001101
Octal 316 345 315
Decimal 206 229 205
Hex CE E5 CD

RGB Percentages of Color #cee5cd

%32.19
%35.78
%32.03

CMYK Percentages of Color #cee5cd

%10
%0
%10
%10

Triadic Colors of #cee5cd

#cee5cd #cdcee5 #e5cdce

Analogous Colors of #cee5cd

#cee5cd #cde5d8 #dae5cd

Monochromatic Colors of #cee5cd

#cee5cd

Complementary Color

#cee5cd #e4cde5

#cee5cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cee5cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cee5cd Color CSS Codes

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

#cee5cd Text Font Color

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

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


#cee5cd Background Color

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

This div background color is #cee5cd


#cee5cd Border Color

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

This div border color is #cee5cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cee5cd


Comments

No comments written yet.

Please login to write comment.