Color Hex Logo

#bd9fab Color Hex

#BD9FAB
(189,159,171)
1 Favorites   0 Comments

Color spaces of #bd9fab

RGB 189159171
HSL0.930.190.68
HSV336°16°74°
CMYK 0.000.160.10   0.26
XYZ40.735138.555443.8230
Yxy38.55540.33090.3132
Hunter Lab62.09308.43931.6203
CIE-Lab68.428013.0621-2.0994

#bd9fab color RGB value is (189,159,171).

#bd9fab hex color red value is 189, green value is 159 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #bd9fab hue: 0.93 , saturation: 0.19 and the lightness value of bd9fab is 0.68.

The process color (four color CMYK) of #bd9fab color hex is 0.00, 0.16, 0.10, 0.26. Web safe color of #bd9fab is #cc9999. Color #bd9fab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011111 10101011
Octal 275 237 253
Decimal 189 159 171
Hex BD 9F AB

RGB Percentages of Color #bd9fab

%36.42
%30.64
%32.95

CMYK Percentages of Color #bd9fab

%0
%16
%10
%26

Triadic Colors of #bd9fab

#bd9fab #abbd9f #9fabbd

Analogous Colors of #bd9fab

#bd9fab #bda29f #bd9fba

Monochromatic Colors of #bd9fab

#bd9fab

Complementary Color

#bd9fab #9fbdb1

#bd9fab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9fab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9fab Color CSS Codes

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

#bd9fab Text Font Color

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

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


#bd9fab Background Color

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

This div background color is #bd9fab


#bd9fab Border Color

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

This div border color is #bd9fab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9fab


Comments

No comments written yet.

Please login to write comment.