Color Hex Logo

#b5a9af Color Hex

#B5A9AF
(181,169,175)
0 Favorites   0 Comments

Color spaces of #b5a9af

RGB 181169175
HSL0.920.080.69
HSV330°71°
CMYK 0.000.070.03   0.29
XYZ40.981941.294846.3682
Yxy41.29480.31860.3210
Hunter Lab64.26101.38002.2014
CIE-Lab70.38205.3995-1.5356

#b5a9af color RGB value is (181,169,175).

#b5a9af hex color red value is 181, green value is 169 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b5a9af hue: 0.92 , saturation: 0.08 and the lightness value of b5a9af is 0.69.

The process color (four color CMYK) of #b5a9af color hex is 0.00, 0.07, 0.03, 0.29. Web safe color of #b5a9af is #cc9999. Color #b5a9af contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10101001 10101111
Octal 265 251 257
Decimal 181 169 175
Hex B5 A9 AF

RGB Percentages of Color #b5a9af

%34.48
%32.19
%33.33

CMYK Percentages of Color #b5a9af

%0
%7
%3
%29

Triadic Colors of #b5a9af

#b5a9af #afb5a9 #a9afb5

Analogous Colors of #b5a9af

#b5a9af #b5a9a9 #b5a9b5

Monochromatic Colors of #b5a9af

#b5a9af

Complementary Color

#b5a9af #a9b5af

#b5a9af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5a9af Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5a9af Color CSS Codes

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

#b5a9af Text Font Color

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

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


#b5a9af Background Color

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

This div background color is #b5a9af


#b5a9af Border Color

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

This div border color is #b5a9af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5a9af


Comments

No comments written yet.

Please login to write comment.