Color Hex Logo

#d4ddad Color Hex

#D4DDAD
(212,221,173)
0 Favorites   0 Comments

Color spaces of #d4ddad

RGB 212221173
HSL0.200.410.77
HSV71°22°87°
CMYK 0.040.000.22   0.13
XYZ60.550768.727149.6095
Yxy68.72710.33850.3842
Hunter Lab82.9018-14.703422.5514
CIE-Lab86.3687-11.018322.6003

#d4ddad color RGB value is (212,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010100 11011101 10101101
Octal 324 335 255
Decimal 212 221 173
Hex D4 DD AD

RGB Percentages of Color #d4ddad

%34.98
%36.47
%28.55

CMYK Percentages of Color #d4ddad

%4
%0
%22
%13

Triadic Colors of #d4ddad

#d4ddad #add4dd #ddadd4

Analogous Colors of #d4ddad

#d4ddad #bcddad #ddcead

Monochromatic Colors of #d4ddad

#d4ddad

Complementary Color

#d4ddad #b6addd

#d4ddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4ddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4ddad Color CSS Codes

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

#d4ddad Text Font Color

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

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


#d4ddad Background Color

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

This div background color is #d4ddad


#d4ddad Border Color

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

This div border color is #d4ddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4ddad


Comments

No comments written yet.

Please login to write comment.