Color Hex Logo

#d9cdad Color Hex

#D9CDAD
(217,205,173)
0 Favorites   0 Comments

Color spaces of #d9cdad

RGB 217205173
HSL0.120.370.76
HSV44°20°85°
CMYK 0.000.060.20   0.15
XYZ57.989461.431548.3363
Yxy61.43150.34570.3662
Hunter Lab78.3782-5.095918.3003
CIE-Lab82.6102-0.971417.4480

#d9cdad color RGB value is (217,205,173).

#d9cdad hex color red value is 217, green value is 205 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #d9cdad hue: 0.12 , saturation: 0.37 and the lightness value of d9cdad is 0.76.

The process color (four color CMYK) of #d9cdad color hex is 0.00, 0.06, 0.20, 0.15. Web safe color of #d9cdad is #cccc99. Color #d9cdad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001101 10101101
Octal 331 315 255
Decimal 217 205 173
Hex D9 CD AD

RGB Percentages of Color #d9cdad

%36.47
%34.45
%29.08

CMYK Percentages of Color #d9cdad

%0
%6
%20
%15

Triadic Colors of #d9cdad

#d9cdad #add9cd #cdadd9

Analogous Colors of #d9cdad

#d9cdad #cfd9ad #d9b7ad

Monochromatic Colors of #d9cdad

#d9cdad

Complementary Color

#d9cdad #adb9d9

#d9cdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cdad Color CSS Codes

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

#d9cdad Text Font Color

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

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


#d9cdad Background Color

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

This div background color is #d9cdad


#d9cdad Border Color

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

This div border color is #d9cdad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cdad

#d9cdad Color Palettes


Comments

No comments written yet.

Please login to write comment.