Color Hex Logo

#b5b9b0 Color Hex

#B5B9B0
(181,185,176)
0 Favorites   0 Comments

Color spaces of #b5b9b0

RGB 181185176
HSL0.240.060.71
HSV87°73°
CMYK 0.020.000.05   0.27
XYZ44.241547.656347.9411
Yxy47.65630.31640.3408
Hunter Lab69.0335-6.41357.1489
CIE-Lab74.6076-3.05424.0675

#b5b9b0 color RGB value is (181,185,176).

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

The process color (four color CMYK) of #b5b9b0 color hex is 0.02, 0.00, 0.05, 0.27. Web safe color of #b5b9b0 is #cccc99. Color #b5b9b0 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10110101 10111001 10110000
Octal 265 271 260
Decimal 181 185 176
Hex B5 B9 B0

RGB Percentages of Color #b5b9b0

%33.39
%34.13
%32.47

CMYK Percentages of Color #b5b9b0

%2
%0
%5
%27

Triadic Colors of #b5b9b0

#b5b9b0 #b0b5b9 #b9b0b5

Analogous Colors of #b5b9b0

#b5b9b0 #b1b9b0 #b9b9b0

Monochromatic Colors of #b5b9b0

#b5b9b0

Complementary Color

#b5b9b0 #b4b0b9

#b5b9b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b5b9b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b5b9b0 Color CSS Codes

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

#b5b9b0 Text Font Color

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

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


#b5b9b0 Background Color

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

This div background color is #b5b9b0


#b5b9b0 Border Color

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

This div border color is #b5b9b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b5b9b0


Comments

No comments written yet.

Please login to write comment.