Color Hex Logo

#b59eaa Color Hex

#B59EAA
(181,158,170)
0 Favorites   0 Comments

Color spaces of #b59eaa

RGB 181158170
HSL0.910.130.66
HSV329°13°71°
CMYK 0.000.130.06   0.29
XYZ38.538637.179843.1754
Yxy37.17980.32410.3127
Hunter Lab60.97526.11190.7006
CIE-Lab67.411710.5413-3.1206

#b59eaa color RGB value is (181,158,170).

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

The process color (four color CMYK) of #b59eaa color hex is 0.00, 0.13, 0.06, 0.29. Web safe color of #b59eaa is #cc9999. Color #b59eaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10011110 10101010
Octal 265 236 252
Decimal 181 158 170
Hex B5 9E AA

RGB Percentages of Color #b59eaa

%35.56
%31.04
%33.40

CMYK Percentages of Color #b59eaa

%0
%13
%6
%29

Triadic Colors of #b59eaa

#b59eaa #aab59e #9eaab5

Analogous Colors of #b59eaa

#b59eaa #b59e9f #b59eb5

Monochromatic Colors of #b59eaa

#b59eaa

Complementary Color

#b59eaa #9eb5a9

#b59eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b59eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b59eaa Color CSS Codes

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

#b59eaa Text Font Color

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

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


#b59eaa Background Color

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

This div background color is #b59eaa


#b59eaa Border Color

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

This div border color is #b59eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b59eaa


Comments

No comments written yet.

Please login to write comment.