Color Hex Logo

#dddea0 Color Hex

#DDDEA0
(221,222,160)
0 Favorites   0 Comments

Color spaces of #dddea0

RGB 221222160
HSL0.170.480.75
HSV61°28°87°
CMYK 0.000.000.28   0.13
XYZ62.285270.152843.5158
Yxy70.15280.35400.3987
Hunter Lab83.7573-13.835627.8262
CIE-Lab87.0718-9.979130.3909

#dddea0 color RGB value is (221,222,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10100000
Octal 335 336 240
Decimal 221 222 160
Hex DD DE A0

RGB Percentages of Color #dddea0

%36.65
%36.82
%26.53

CMYK Percentages of Color #dddea0

%0
%0
%28
%13

Triadic Colors of #dddea0

#dddea0 #a0ddde #dea0dd

Analogous Colors of #dddea0

#dddea0 #bedea0 #dec0a0

Monochromatic Colors of #dddea0

#dddea0

Complementary Color

#dddea0 #a1a0de

#dddea0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddea0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddea0 Color CSS Codes

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

#dddea0 Text Font Color

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

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


#dddea0 Background Color

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

This div background color is #dddea0


#dddea0 Border Color

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

This div border color is #dddea0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddea0


Comments

No comments written yet.

Please login to write comment.