Color Hex Logo

#b5bfab Color Hex

#B5BFAB
(181,191,171)
0 Favorites   0 Comments

Color spaces of #b5bfab

RGB 181191171
HSL0.250.140.71
HSV90°10°75°
CMYK 0.050.000.10   0.25
XYZ45.037550.025645.8103
Yxy50.02560.31970.3551
Hunter Lab70.7288-10.113111.1086
CIE-Lab76.0850-7.11198.9031

#b5bfab color RGB value is (181,191,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111111 10101011
Octal 265 277 253
Decimal 181 191 171
Hex B5 BF AB

RGB Percentages of Color #b5bfab

%33.33
%35.17
%31.49

CMYK Percentages of Color #b5bfab

%5
%0
%10
%25

Triadic Colors of #b5bfab

#b5bfab #abb5bf #bfabb5

Analogous Colors of #b5bfab

#b5bfab #abbfab #bfbfab

Monochromatic Colors of #b5bfab

#b5bfab

Complementary Color

#b5bfab #b5abbf

#b5bfab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5bfab Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5bfab Color CSS Codes

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

#b5bfab Text Font Color

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

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


#b5bfab Background Color

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

This div background color is #b5bfab


#b5bfab Border Color

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

This div border color is #b5bfab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5bfab


Comments

No comments written yet.

Please login to write comment.