Color Hex Logo

#d7ddad Color Hex

#D7DDAD
(215,221,173)
0 Favorites   0 Comments

Color spaces of #d7ddad

RGB 215221173
HSL0.190.410.77
HSV68°22°87°
CMYK 0.030.000.22   0.13
XYZ61.423669.177149.6503
Yxy69.17710.34080.3838
Hunter Lab83.1728-13.729022.8276
CIE-Lab86.5917-9.921722.9425

#d7ddad color RGB value is (215,221,173).

#d7ddad hex color red value is 215, green value is 221 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d7ddad hue: 0.19 , saturation: 0.41 and the lightness value of d7ddad is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11011101 10101101
Octal 327 335 255
Decimal 215 221 173
Hex D7 DD AD

RGB Percentages of Color #d7ddad

%35.30
%36.29
%28.41

CMYK Percentages of Color #d7ddad

%3
%0
%22
%13

Triadic Colors of #d7ddad

#d7ddad #add7dd #ddadd7

Analogous Colors of #d7ddad

#d7ddad #bfddad #ddcbad

Monochromatic Colors of #d7ddad

#d7ddad

Complementary Color

#d7ddad #b3addd

#d7ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7ddad Color CSS Codes

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

#d7ddad Text Font Color

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

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


#d7ddad Background Color

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

This div background color is #d7ddad


#d7ddad Border Color

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

This div border color is #d7ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7ddad


Comments

No comments written yet.

Please login to write comment.