Color Hex Logo

#d9d5bb Color Hex

#D9D5BB
(217,213,187)
0 Favorites   0 Comments

Color spaces of #d9d5bb

RGB 217213187
HSL0.140.280.79
HSV52°14°85°
CMYK 0.000.020.14   0.15
XYZ61.379265.928156.5041
Yxy65.92810.33390.3587
Hunter Lab81.1961-7.158415.5776
CIE-Lab84.9597-2.991613.3485

#d9d5bb color RGB value is (217,213,187).

#d9d5bb hex color red value is 217, green value is 213 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d9d5bb hue: 0.14 , saturation: 0.28 and the lightness value of d9d5bb is 0.79.

The process color (four color CMYK) of #d9d5bb color hex is 0.00, 0.02, 0.14, 0.15. Web safe color of #d9d5bb is #cccccc. Color #d9d5bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11010101 10111011
Octal 331 325 273
Decimal 217 213 187
Hex D9 D5 BB

RGB Percentages of Color #d9d5bb

%35.17
%34.52
%30.31

CMYK Percentages of Color #d9d5bb

%0
%2
%14
%15

Triadic Colors of #d9d5bb

#d9d5bb #bbd9d5 #d5bbd9

Analogous Colors of #d9d5bb

#d9d5bb #ced9bb #d9c6bb

Monochromatic Colors of #d9d5bb

#d9d5bb

Complementary Color

#d9d5bb #bbbfd9

#d9d5bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9d5bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9d5bb Color CSS Codes

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

#d9d5bb Text Font Color

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

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


#d9d5bb Background Color

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

This div background color is #d9d5bb


#d9d5bb Border Color

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

This div border color is #d9d5bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9d5bb


Comments

No comments written yet.

Please login to write comment.