Color Hex Logo

#cde9ac Color Hex

#CDE9AC
(205,233,172)
0 Favorites   0 Comments

Color spaces of #cde9ac

RGB 205233172
HSL0.240.580.79
HSV88°26°91°
CMYK 0.120.000.26   0.09
XYZ61.762174.235550.1034
Yxy74.23550.33190.3989
Hunter Lab86.1600-22.825925.8340
CIE-Lab89.0337-19.654926.6860

#cde9ac color RGB value is (205,233,172).

#cde9ac hex color red value is 205, green value is 233 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cde9ac hue: 0.24 , saturation: 0.58 and the lightness value of cde9ac is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11101001 10101100
Octal 315 351 254
Decimal 205 233 172
Hex CD E9 AC

RGB Percentages of Color #cde9ac

%33.61
%38.20
%28.20

CMYK Percentages of Color #cde9ac

%12
%0
%26
%9

Triadic Colors of #cde9ac

#cde9ac #accde9 #e9accd

Analogous Colors of #cde9ac

#cde9ac #afe9ac #e9e7ac

Monochromatic Colors of #cde9ac

#cde9ac

Complementary Color

#cde9ac #c8ace9

#cde9ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde9ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde9ac Color CSS Codes

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

#cde9ac Text Font Color

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

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


#cde9ac Background Color

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

This div background color is #cde9ac


#cde9ac Border Color

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

This div border color is #cde9ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde9ac


Comments

No comments written yet.

Please login to write comment.