Color Hex Logo

#b8b8aa Color Hex

#B8B8AA
(184,184,170)
1 Favorites   0 Comments

Color spaces of #b8b8aa

RGB 184184170
HSL0.170.090.69
HSV60°72°
CMYK 0.000.000.08   0.28
XYZ44.163447.373644.8466
Yxy47.37360.32380.3474
Hunter Lab68.8285-5.91639.5483
CIE-Lab74.4281-2.50867.1048

#b8b8aa color RGB value is (184,184,170).

#b8b8aa hex color red value is 184, green value is 184 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #b8b8aa hue: 0.17 , saturation: 0.09 and the lightness value of b8b8aa is 0.69.

The process color (four color CMYK) of #b8b8aa color hex is 0.00, 0.00, 0.08, 0.28. Web safe color of #b8b8aa is #cccc99. Color #b8b8aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111000 10101010
Octal 270 270 252
Decimal 184 184 170
Hex B8 B8 AA

RGB Percentages of Color #b8b8aa

%34.20
%34.20
%31.60

CMYK Percentages of Color #b8b8aa

%0
%0
%8
%28

Triadic Colors of #b8b8aa

#b8b8aa #aab8b8 #b8aab8

Analogous Colors of #b8b8aa

#b8b8aa #b1b8aa #b8b1aa

Monochromatic Colors of #b8b8aa

#b8b8aa

Complementary Color

#b8b8aa #aaaab8

#b8b8aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8b8aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8b8aa Color CSS Codes

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

#b8b8aa Text Font Color

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

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


#b8b8aa Background Color

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

This div background color is #b8b8aa


#b8b8aa Border Color

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

This div border color is #b8b8aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(184,184,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #b8b8aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #b8b8aa;
  -webkit-box-shadow: 1px 1px 3px 2px #b8b8aa;
  box-shadow:         1px 1px 3px 2px #b8b8aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8b8aa

#b8b8aa Color Palettes


Comments

No comments written yet.

Please login to write comment.