Color Hex Logo

#dde2ac Color Hex

#DDE2AC
(221,226,172)
0 Favorites   0 Comments

Color spaces of #dde2ac

RGB 221226172
HSL0.180.480.78
HSV66°24°89°
CMYK 0.020.000.24   0.11
XYZ64.461572.743449.6731
Yxy72.74340.34490.3893
Hunter Lab85.2897-14.347825.1721
CIE-Lab88.3252-10.381525.9078

#dde2ac color RGB value is (221,226,172).

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

The process color (four color CMYK) of #dde2ac color hex is 0.02, 0.00, 0.24, 0.11. Web safe color of #dde2ac is #cccc99. Color #dde2ac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100010 10101100
Octal 335 342 254
Decimal 221 226 172
Hex DD E2 AC

RGB Percentages of Color #dde2ac

%35.70
%36.51
%27.79

CMYK Percentages of Color #dde2ac

%2
%0
%24
%11

Triadic Colors of #dde2ac

#dde2ac #acdde2 #e2acdd

Analogous Colors of #dde2ac

#dde2ac #c2e2ac #e2ccac

Monochromatic Colors of #dde2ac

#dde2ac

Complementary Color

#dde2ac #b1ace2

#dde2ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde2ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde2ac Color CSS Codes

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

#dde2ac Text Font Color

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

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


#dde2ac Background Color

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

This div background color is #dde2ac


#dde2ac Border Color

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

This div border color is #dde2ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde2ac


Comments

No comments written yet.

Please login to write comment.