Color Hex Logo

#dddea7 Color Hex

#DDDEA7
(221,222,167)
0 Favorites   0 Comments

Color spaces of #dddea7

RGB 221222167
HSL0.170.450.76
HSV61°25°87°
CMYK 0.000.000.25   0.13
XYZ62.915170.404746.8327
Yxy70.40470.34920.3908
Hunter Lab83.9075-12.996225.6427
CIE-Lab87.1950-9.051126.9515

#dddea7 color RGB value is (221,222,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011110 10100111
Octal 335 336 247
Decimal 221 222 167
Hex DD DE A7

RGB Percentages of Color #dddea7

%36.23
%36.39
%27.38

CMYK Percentages of Color #dddea7

%0
%0
%25
%13

Triadic Colors of #dddea7

#dddea7 #a7ddde #dea7dd

Analogous Colors of #dddea7

#dddea7 #c2dea7 #dec4a7

Monochromatic Colors of #dddea7

#dddea7

Complementary Color

#dddea7 #a8a7de

#dddea7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dddea7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dddea7 Color CSS Codes

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

#dddea7 Text Font Color

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

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


#dddea7 Background Color

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

This div background color is #dddea7


#dddea7 Border Color

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

This div border color is #dddea7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dddea7


Comments

No comments written yet.

Please login to write comment.