Color Hex Logo

#cce5ad Color Hex

#CCE5AD
(204,229,173)
0 Favorites   0 Comments

Color spaces of #cce5ad

RGB 204229173
HSL0.240.520.79
HSV87°24°90°
CMYK 0.110.000.24   0.10
XYZ60.464071.893150.2251
Yxy71.89310.33120.3938
Hunter Lab84.7898-21.093024.2325
CIE-Lab87.9171-17.897724.6360

#cce5ad color RGB value is (204,229,173).

#cce5ad hex color red value is 204, green value is 229 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #cce5ad hue: 0.24 , saturation: 0.52 and the lightness value of cce5ad is 0.79.

The process color (four color CMYK) of #cce5ad color hex is 0.11, 0.00, 0.24, 0.10. Web safe color of #cce5ad is #cccc99. Color #cce5ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11100101 10101101
Octal 314 345 255
Decimal 204 229 173
Hex CC E5 AD

RGB Percentages of Color #cce5ad

%33.66
%37.79
%28.55

CMYK Percentages of Color #cce5ad

%11
%0
%24
%10

Triadic Colors of #cce5ad

#cce5ad #adcce5 #e5adcc

Analogous Colors of #cce5ad

#cce5ad #b0e5ad #e5e2ad

Monochromatic Colors of #cce5ad

#cce5ad

Complementary Color

#cce5ad #c6ade5

#cce5ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce5ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce5ad Color CSS Codes

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

#cce5ad Text Font Color

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

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


#cce5ad Background Color

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

This div background color is #cce5ad


#cce5ad Border Color

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

This div border color is #cce5ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce5ad


Comments

No comments written yet.

Please login to write comment.