Color Hex Logo

#bd9eab Color Hex

#BD9EAB
(189,158,171)
0 Favorites   0 Comments

Color spaces of #bd9eab

RGB 189158171
HSL0.930.190.68
HSV335°16°74°
CMYK 0.000.160.10   0.26
XYZ40.563838.212843.7659
Yxy38.21280.33100.3118
Hunter Lab61.81658.95231.2944
CIE-Lab68.177213.6140-2.4677

#bd9eab color RGB value is (189,158,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011110 10101011
Octal 275 236 253
Decimal 189 158 171
Hex BD 9E AB

RGB Percentages of Color #bd9eab

%36.49
%30.50
%33.01

CMYK Percentages of Color #bd9eab

%0
%16
%10
%26

Triadic Colors of #bd9eab

#bd9eab #abbd9e #9eabbd

Analogous Colors of #bd9eab

#bd9eab #bda19e #bd9ebb

Monochromatic Colors of #bd9eab

#bd9eab

Complementary Color

#bd9eab #9ebdb0

#bd9eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9eab Color CSS Codes

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

#bd9eab Text Font Color

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

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


#bd9eab Background Color

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

This div background color is #bd9eab


#bd9eab Border Color

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

This div border color is #bd9eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9eab


Comments

No comments written yet.

Please login to write comment.