Color Hex Logo

#b89aab Color Hex

#B89AAB
(184,154,171)
0 Favorites   0 Comments

Color spaces of #b89aab

RGB 184154171
HSL0.910.170.66
HSV326°16°72°
CMYK 0.000.160.07   0.28
XYZ38.673536.241843.4851
Yxy36.24180.32660.3061
Hunter Lab60.20129.3172-0.6861
CIE-Lab66.704314.0219-4.6909

#b89aab color RGB value is (184,154,171).

#b89aab hex color red value is 184, green value is 154 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #b89aab hue: 0.91 , saturation: 0.17 and the lightness value of b89aab is 0.66.

The process color (four color CMYK) of #b89aab color hex is 0.00, 0.16, 0.07, 0.28. Web safe color of #b89aab is #cc9999. Color #b89aab contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 10101011
Octal 270 232 253
Decimal 184 154 171
Hex B8 9A AB

RGB Percentages of Color #b89aab

%36.15
%30.26
%33.60

CMYK Percentages of Color #b89aab

%0
%16
%7
%28

Triadic Colors of #b89aab

#b89aab #abb89a #9aabb8

Analogous Colors of #b89aab

#b89aab #b89a9c #b69ab8

Monochromatic Colors of #b89aab

#b89aab

Complementary Color

#b89aab #9ab8a7

#b89aab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89aab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89aab Color CSS Codes

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

#b89aab Text Font Color

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

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


#b89aab Background Color

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

This div background color is #b89aab


#b89aab Border Color

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

This div border color is #b89aab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89aab


Comments

No comments written yet.

Please login to write comment.