Color Hex Logo

#b5beaa Color Hex

#B5BEAA
(181,190,170)
0 Favorites   0 Comments

Color spaces of #b5beaa

RGB 181190170
HSL0.240.130.71
HSV87°11°75°
CMYK 0.050.000.11   0.25
XYZ44.725249.552945.2376
Yxy49.55290.32060.3552
Hunter Lab70.3938-9.778011.1738
CIE-Lab75.7940-6.76089.0285

#b5beaa color RGB value is (181,190,170).

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

The process color (four color CMYK) of #b5beaa color hex is 0.05, 0.00, 0.11, 0.25. Web safe color of #b5beaa is #cccc99. Color #b5beaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 10101010
Octal 265 276 252
Decimal 181 190 170
Hex B5 BE AA

RGB Percentages of Color #b5beaa

%33.46
%35.12
%31.42

CMYK Percentages of Color #b5beaa

%5
%0
%11
%25

Triadic Colors of #b5beaa

#b5beaa #aab5be #beaab5

Analogous Colors of #b5beaa

#b5beaa #abbeaa #bebdaa

Monochromatic Colors of #b5beaa

#b5beaa

Complementary Color

#b5beaa #b3aabe

#b5beaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5beaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5beaa Color CSS Codes

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

#b5beaa Text Font Color

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

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


#b5beaa Background Color

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

This div background color is #b5beaa


#b5beaa Border Color

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

This div border color is #b5beaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5beaa


Comments

No comments written yet.

Please login to write comment.