Color Hex Logo

#b5beab Color Hex

#B5BEAB
(181,190,171)
0 Favorites   0 Comments

Color spaces of #b5beab

RGB 181190171
HSL0.250.130.71
HSV88°10°75°
CMYK 0.050.000.10   0.25
XYZ44.820249.590945.7378
Yxy49.59090.31980.3538
Hunter Lab70.4208-9.627910.7861
CIE-Lab75.8175-6.58688.5210

#b5beab color RGB value is (181,190,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111110 10101011
Octal 265 276 253
Decimal 181 190 171
Hex B5 BE AB

RGB Percentages of Color #b5beab

%33.39
%35.06
%31.55

CMYK Percentages of Color #b5beab

%5
%0
%10
%25

Triadic Colors of #b5beab

#b5beab #abb5be #beabb5

Analogous Colors of #b5beab

#b5beab #acbeab #bebeab

Monochromatic Colors of #b5beab

#b5beab

Complementary Color

#b5beab #b4abbe

#b5beab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5beab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5beab Color CSS Codes

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

#b5beab Text Font Color

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

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


#b5beab Background Color

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

This div background color is #b5beab


#b5beab Border Color

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

This div border color is #b5beab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5beab


Comments

No comments written yet.

Please login to write comment.