Color Hex Logo

#dde1ac Color Hex

#DDE1AC
(221,225,172)
0 Favorites   0 Comments

Color spaces of #dde1ac

RGB 221225172
HSL0.180.470.78
HSV65°24°88°
CMYK 0.020.000.24   0.12
XYZ64.190472.201149.5827
Yxy72.20110.34520.3882
Hunter Lab84.9712-13.854224.8828
CIE-Lab88.0653-9.877925.5531

#dde1ac color RGB value is (221,225,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11100001 10101100
Octal 335 341 254
Decimal 221 225 172
Hex DD E1 AC

RGB Percentages of Color #dde1ac

%35.76
%36.41
%27.83

CMYK Percentages of Color #dde1ac

%2
%0
%24
%12

Triadic Colors of #dde1ac

#dde1ac #acdde1 #e1acdd

Analogous Colors of #dde1ac

#dde1ac #c3e1ac #e1cbac

Monochromatic Colors of #dde1ac

#dde1ac

Complementary Color

#dde1ac #b0ace1

#dde1ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dde1ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#dde1ac Color CSS Codes

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

#dde1ac Text Font Color

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

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


#dde1ac Background Color

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

This div background color is #dde1ac


#dde1ac Border Color

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

This div border color is #dde1ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dde1ac


Comments

No comments written yet.

Please login to write comment.