Color Hex Logo

#dcdeaa Color Hex

#DCDEAA
(220,222,170)
0 Favorites   0 Comments

Color spaces of #dcdeaa

RGB 220222170
HSL0.170.440.77
HSV62°23°87°
CMYK 0.010.000.23   0.13
XYZ62.892270.360548.2964
Yxy70.36050.34640.3876
Hunter Lab83.8812-12.956824.5793
CIE-Lab87.1734-9.010925.3576

#dcdeaa color RGB value is (220,222,170).

#dcdeaa hex color red value is 220, green value is 222 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #dcdeaa hue: 0.17 , saturation: 0.44 and the lightness value of dcdeaa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011110 10101010
Octal 334 336 252
Decimal 220 222 170
Hex DC DE AA

RGB Percentages of Color #dcdeaa

%35.95
%36.27
%27.78

CMYK Percentages of Color #dcdeaa

%1
%0
%23
%13

Triadic Colors of #dcdeaa

#dcdeaa #aadcde #deaadc

Analogous Colors of #dcdeaa

#dcdeaa #c2deaa #dec6aa

Monochromatic Colors of #dcdeaa

#dcdeaa

Complementary Color

#dcdeaa #acaade

#dcdeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdeaa Color CSS Codes

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

#dcdeaa Text Font Color

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

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


#dcdeaa Background Color

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

This div background color is #dcdeaa


#dcdeaa Border Color

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

This div border color is #dcdeaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,222,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dcdeaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dcdeaa;
  -webkit-box-shadow: 1px 1px 3px 2px #dcdeaa;
  box-shadow:         1px 1px 3px 2px #dcdeaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,222,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dcdeaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdeaa


Comments

No comments written yet.

Please login to write comment.