Color Hex Logo

#b5b1ae Color Hex

#B5B1AE
(181,177,174)
0 Favorites   0 Comments

Color spaces of #b5b1ae

RGB 181177174
HSL0.070.050.70
HSV26°71°
CMYK 0.000.020.04   0.29
XYZ42.418244.324046.3641
Yxy44.32400.31870.3330
Hunter Lab66.5763-2.77955.3135
CIE-Lab72.44450.87142.0250

#b5b1ae color RGB value is (181,177,174).

#b5b1ae hex color red value is 181, green value is 177 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #b5b1ae hue: 0.07 , saturation: 0.05 and the lightness value of b5b1ae is 0.70.

The process color (four color CMYK) of #b5b1ae color hex is 0.00, 0.02, 0.04, 0.29. Web safe color of #b5b1ae is #cc9999. Color #b5b1ae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10110001 10101110
Octal 265 261 256
Decimal 181 177 174
Hex B5 B1 AE

RGB Percentages of Color #b5b1ae

%34.02
%33.27
%32.71

CMYK Percentages of Color #b5b1ae

%0
%2
%4
%29

Triadic Colors of #b5b1ae

#b5b1ae #aeb5b1 #b1aeb5

Analogous Colors of #b5b1ae

#b5b1ae #b5b5ae #b5aeaf

Monochromatic Colors of #b5b1ae

#b5b1ae

Complementary Color

#b5b1ae #aeb2b5

#b5b1ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b1ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b1ae Color CSS Codes

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

#b5b1ae Text Font Color

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

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


#b5b1ae Background Color

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

This div background color is #b5b1ae


#b5b1ae Border Color

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

This div border color is #b5b1ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(181,177,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b1ae


Comments

No comments written yet.

Please login to write comment.