Color Hex Logo

#dde0ac Color Hex

#DDE0AC
(221,224,172)
0 Favorites   0 Comments

Color spaces of #dde0ac

RGB 221224172
HSL0.180.460.78
HSV63°23°88°
CMYK 0.010.000.23   0.12
XYZ63.920871.662049.4929
Yxy71.66200.34540.3872
Hunter Lab84.6534-13.360224.5933
CIE-Lab87.8056-9.373725.1984

#dde0ac color RGB value is (221,224,172).

#dde0ac hex color red value is 221, green value is 224 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #dde0ac hue: 0.18 , saturation: 0.46 and the lightness value of dde0ac is 0.78.

The process color (four color CMYK) of #dde0ac color hex is 0.01, 0.00, 0.23, 0.12. Web safe color of #dde0ac is #cccc99. Color #dde0ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100000 10101100
Octal 335 340 254
Decimal 221 224 172
Hex DD E0 AC

RGB Percentages of Color #dde0ac

%35.82
%36.30
%27.88

CMYK Percentages of Color #dde0ac

%1
%0
%23
%12

Triadic Colors of #dde0ac

#dde0ac #acdde0 #e0acdd

Analogous Colors of #dde0ac

#dde0ac #c3e0ac #e0c9ac

Monochromatic Colors of #dde0ac

#dde0ac

Complementary Color

#dde0ac #aface0

#dde0ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde0ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde0ac Color CSS Codes

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

#dde0ac Text Font Color

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

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


#dde0ac Background Color

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

This div background color is #dde0ac


#dde0ac Border Color

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

This div border color is #dde0ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde0ac


Comments

No comments written yet.

Please login to write comment.