Color Hex Logo

#b99eab Color Hex

#B99EAB
(185,158,171)
0 Favorites   0 Comments

Color spaces of #b99eab

RGB 185158171
HSL0.920.160.67
HSV331°15°73°
CMYK 0.000.150.08   0.27
XYZ39.585137.708343.7201
Yxy37.70830.32710.3116
Hunter Lab61.40717.60480.7722
CIE-Lab67.805112.1656-3.0577

#b99eab color RGB value is (185,158,171).

#b99eab hex color red value is 185, green value is 158 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b99eab hue: 0.92 , saturation: 0.16 and the lightness value of b99eab is 0.67.

The process color (four color CMYK) of #b99eab color hex is 0.00, 0.15, 0.08, 0.27. Web safe color of #b99eab is #cc9999. Color #b99eab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111001 10011110 10101011
Octal 271 236 253
Decimal 185 158 171
Hex B9 9E AB

RGB Percentages of Color #b99eab

%35.99
%30.74
%33.27

CMYK Percentages of Color #b99eab

%0
%15
%8
%27

Triadic Colors of #b99eab

#b99eab #abb99e #9eabb9

Analogous Colors of #b99eab

#b99eab #b99f9e #b99eb9

Monochromatic Colors of #b99eab

#b99eab

Complementary Color

#b99eab #9eb9ac

#b99eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b99eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b99eab Color CSS Codes

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

#b99eab Text Font Color

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

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


#b99eab Background Color

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

This div background color is #b99eab


#b99eab Border Color

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

This div border color is #b99eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b99eab


Comments

No comments written yet.

Please login to write comment.