Color Hex Logo

#d9cdbd Color Hex

#D9CDBD
(217,205,189)
0 Favorites   0 Comments

Color spaces of #d9cdbd

RGB 217205189
HSL0.100.270.80
HSV34°13°85°
CMYK 0.000.060.13   0.15
XYZ59.631962.088556.9854
Yxy62.08850.33370.3474
Hunter Lab78.7963-2.807212.2789
CIE-Lab82.96051.48549.4464

#d9cdbd color RGB value is (217,205,189).

#d9cdbd hex color red value is 217, green value is 205 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9cdbd hue: 0.10 , saturation: 0.27 and the lightness value of d9cdbd is 0.80.

The process color (four color CMYK) of #d9cdbd color hex is 0.00, 0.06, 0.13, 0.15. Web safe color of #d9cdbd is #cccccc. Color #d9cdbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001101 10111101
Octal 331 315 275
Decimal 217 205 189
Hex D9 CD BD

RGB Percentages of Color #d9cdbd

%35.52
%33.55
%30.93

CMYK Percentages of Color #d9cdbd

%0
%6
%13
%15

Triadic Colors of #d9cdbd

#d9cdbd #bdd9cd #cdbdd9

Analogous Colors of #d9cdbd

#d9cdbd #d7d9bd #d9bfbd

Monochromatic Colors of #d9cdbd

#d9cdbd

Complementary Color

#d9cdbd #bdc9d9

#d9cdbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cdbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cdbd Color CSS Codes

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

#d9cdbd Text Font Color

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

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


#d9cdbd Background Color

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

This div background color is #d9cdbd


#d9cdbd Border Color

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

This div border color is #d9cdbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,205,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cdbd


Comments

No comments written yet.

Please login to write comment.