Color Hex Logo

#b8baaf Color Hex

#B8BAAF
(184,186,175)
0 Favorites   0 Comments

Color spaces of #b8baaf

RGB 184186175
HSL0.200.070.71
HSV71°73°
CMYK 0.010.000.06   0.27
XYZ45.063948.403347.5251
Yxy48.40330.31960.3433
Hunter Lab69.5725-6.13288.1996
CIE-Lab75.0786-2.69795.3209

#b8baaf color RGB value is (184,186,175).

#b8baaf hex color red value is 184, green value is 186 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #b8baaf hue: 0.20 , saturation: 0.07 and the lightness value of b8baaf is 0.71.

The process color (four color CMYK) of #b8baaf color hex is 0.01, 0.00, 0.06, 0.27. Web safe color of #b8baaf is #cccc99. Color #b8baaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10101111
Octal 270 272 257
Decimal 184 186 175
Hex B8 BA AF

RGB Percentages of Color #b8baaf

%33.76
%34.13
%32.11

CMYK Percentages of Color #b8baaf

%1
%0
%6
%27

Triadic Colors of #b8baaf

#b8baaf #afb8ba #baafb8

Analogous Colors of #b8baaf

#b8baaf #b3baaf #bab7af

Monochromatic Colors of #b8baaf

#b8baaf

Complementary Color

#b8baaf #b1afba

#b8baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baaf Color CSS Codes

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

#b8baaf Text Font Color

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

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


#b8baaf Background Color

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

This div background color is #b8baaf


#b8baaf Border Color

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

This div border color is #b8baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baaf


Comments

No comments written yet.

Please login to write comment.