Color Hex Logo

#b89aaa Color Hex

#B89AAA
(184,154,170)
0 Favorites   0 Comments

Color spaces of #b89aaa

RGB 184154170
HSL0.910.170.66
HSV328°16°72°
CMYK 0.000.160.08   0.28
XYZ38.578536.203842.9849
Yxy36.20380.32760.3074
Hunter Lab60.16969.1508-0.2378
CIE-Lab66.675313.8429-4.1738

#b89aaa color RGB value is (184,154,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10011010 10101010
Octal 270 232 252
Decimal 184 154 170
Hex B8 9A AA

RGB Percentages of Color #b89aaa

%36.22
%30.31
%33.46

CMYK Percentages of Color #b89aaa

%0
%16
%8
%28

Triadic Colors of #b89aaa

#b89aaa #aab89a #9aaab8

Analogous Colors of #b89aaa

#b89aaa #b89a9b #b79ab8

Monochromatic Colors of #b89aaa

#b89aaa

Complementary Color

#b89aaa #9ab8a8

#b89aaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b89aaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b89aaa Color CSS Codes

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

#b89aaa Text Font Color

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

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


#b89aaa Background Color

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

This div background color is #b89aaa


#b89aaa Border Color

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

This div border color is #b89aaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(184,154,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b89aaa


Comments

No comments written yet.

Please login to write comment.