Color Hex Logo

#cde5ac Color Hex

#CDE5AC
(205,229,172)
0 Favorites   0 Comments

Color spaces of #cde5ac

RGB 205229172
HSL0.240.520.79
HSV85°25°90°
CMYK 0.100.000.25   0.10
XYZ60.642571.996349.7302
Yxy71.99630.33250.3948
Hunter Lab84.8506-20.915224.6461
CIE-Lab87.9668-17.689225.2309

#cde5ac color RGB value is (205,229,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 11100101 10101100
Octal 315 345 254
Decimal 205 229 172
Hex CD E5 AC

RGB Percentages of Color #cde5ac

%33.83
%37.79
%28.38

CMYK Percentages of Color #cde5ac

%10
%0
%25
%10

Triadic Colors of #cde5ac

#cde5ac #accde5 #e5accd

Analogous Colors of #cde5ac

#cde5ac #b1e5ac #e5e1ac

Monochromatic Colors of #cde5ac

#cde5ac

Complementary Color

#cde5ac #c4ace5

#cde5ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cde5ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#cde5ac Color CSS Codes

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

#cde5ac Text Font Color

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

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


#cde5ac Background Color

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

This div background color is #cde5ac


#cde5ac Border Color

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

This div border color is #cde5ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cde5ac


Comments

No comments written yet.

Please login to write comment.