Color Hex Logo

#d9babd Color Hex

#D9BABD
(217,186,189)
0 Favorites   0 Comments

Color spaces of #d9babd

RGB 217186189
HSL0.980.290.79
HSV354°14°85°
CMYK 0.000.140.13   0.15
XYZ55.359553.543655.5613
Yxy53.54360.33660.3256
Hunter Lab73.17356.99086.2020
CIE-Lab78.194911.55002.5838

#d9babd color RGB value is (217,186,189).

#d9babd hex color red value is 217, green value is 186 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #d9babd hue: 0.98 , saturation: 0.29 and the lightness value of d9babd is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 10111010 10111101
Octal 331 272 275
Decimal 217 186 189
Hex D9 BA BD

RGB Percentages of Color #d9babd

%36.66
%31.42
%31.93

CMYK Percentages of Color #d9babd

%0
%14
%13
%15

Triadic Colors of #d9babd

#d9babd #bdd9ba #babdd9

Analogous Colors of #d9babd

#d9babd #d9c7ba #d9bacd

Monochromatic Colors of #d9babd

#d9babd

Complementary Color

#d9babd #bad9d6

#d9babd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9babd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9babd Color CSS Codes

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

#d9babd Text Font Color

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

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


#d9babd Background Color

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

This div background color is #d9babd


#d9babd Border Color

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

This div border color is #d9babd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9babd


Comments

No comments written yet.

Please login to write comment.