Color Hex Logo

#cde1ac Color Hex

#CDE1AC
(205,225,172)
0 Favorites   0 Comments

Color spaces of #cde1ac

RGB 205225172
HSL0.230.470.78
HSV83°24°88°
CMYK 0.090.000.24   0.12
XYZ59.548469.808149.3655
Yxy69.80810.33320.3906
Hunter Lab83.5512-18.994723.4549
CIE-Lab86.9027-15.706723.7736

#cde1ac color RGB value is (205,225,172).

#cde1ac hex color red value is 205, green value is 225 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #cde1ac hue: 0.23 , saturation: 0.47 and the lightness value of cde1ac is 0.78.

The process color (four color CMYK) of #cde1ac color hex is 0.09, 0.00, 0.24, 0.12. Web safe color of #cde1ac is #cccc99. Color #cde1ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100001 10101100
Octal 315 341 254
Decimal 205 225 172
Hex CD E1 AC

RGB Percentages of Color #cde1ac

%34.05
%37.38
%28.57

CMYK Percentages of Color #cde1ac

%9
%0
%24
%12

Triadic Colors of #cde1ac

#cde1ac #accde1 #e1accd

Analogous Colors of #cde1ac

#cde1ac #b3e1ac #e1dbac

Monochromatic Colors of #cde1ac

#cde1ac

Complementary Color

#cde1ac #c0ace1

#cde1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde1ac Color CSS Codes

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

#cde1ac Text Font Color

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

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


#cde1ac Background Color

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

This div background color is #cde1ac


#cde1ac Border Color

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

This div border color is #cde1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde1ac


Comments

No comments written yet.

Please login to write comment.