Color Hex Logo

#cce8ad Color Hex

#CCE8AD
(204,232,173)
0 Favorites   0 Comments

Color spaces of #cce8ad

RGB 204232173
HSL0.250.560.79
HSV88°25°91°
CMYK 0.120.000.25   0.09
XYZ61.301373.567750.5042
Yxy73.56770.33070.3969
Hunter Lab85.7716-22.525725.1289
CIE-Lab88.7178-19.373025.7307

#cce8ad color RGB value is (204,232,173).

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

The process color (four color CMYK) of #cce8ad color hex is 0.12, 0.00, 0.25, 0.09. Web safe color of #cce8ad is #ccff99. Color #cce8ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11101000 10101101
Octal 314 350 255
Decimal 204 232 173
Hex CC E8 AD

RGB Percentages of Color #cce8ad

%33.50
%38.10
%28.41

CMYK Percentages of Color #cce8ad

%12
%0
%25
%9

Triadic Colors of #cce8ad

#cce8ad #adcce8 #e8adcc

Analogous Colors of #cce8ad

#cce8ad #afe8ad #e8e7ad

Monochromatic Colors of #cce8ad

#cce8ad

Complementary Color

#cce8ad #c9ade8

#cce8ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cce8ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#cce8ad Color CSS Codes

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

#cce8ad Text Font Color

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

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


#cce8ad Background Color

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

This div background color is #cce8ad


#cce8ad Border Color

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

This div border color is #cce8ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cce8ad


Comments

No comments written yet.

Please login to write comment.