Color Hex Logo

#dddeaa Color Hex

#DDDEAA
(221,222,170)
0 Favorites   0 Comments

Color spaces of #dddeaa

RGB 221222170
HSL0.170.440.77
HSV61°23°87°
CMYK 0.000.000.23   0.13
XYZ63.195870.517048.3106
Yxy70.51700.34720.3874
Hunter Lab83.9744-12.623224.6725
CIE-Lab87.2498-8.640425.4744

#dddeaa color RGB value is (221,222,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10101010
Octal 335 336 252
Decimal 221 222 170
Hex DD DE AA

RGB Percentages of Color #dddeaa

%36.05
%36.22
%27.73

CMYK Percentages of Color #dddeaa

%0
%0
%23
%13

Triadic Colors of #dddeaa

#dddeaa #aaddde #deaadd

Analogous Colors of #dddeaa

#dddeaa #c3deaa #dec5aa

Monochromatic Colors of #dddeaa

#dddeaa

Complementary Color

#dddeaa #abaade

#dddeaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddeaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddeaa Color CSS Codes

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

#dddeaa Text Font Color

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

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


#dddeaa Background Color

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

This div background color is #dddeaa


#dddeaa Border Color

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

This div border color is #dddeaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddeaa


Comments

No comments written yet.

Please login to write comment.