Color Hex Logo

#b8baae Color Hex

#B8BAAE
(184,186,174)
0 Favorites   0 Comments

Color spaces of #b8baae

RGB 184186174
HSL0.190.080.71
HSV70°73°
CMYK 0.010.000.06   0.27
XYZ44.966148.364247.0096
Yxy48.36420.32040.3446
Hunter Lab69.5444-6.28798.6031
CIE-Lab75.0541-2.87445.8291

#b8baae color RGB value is (184,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111000 10111010 10101110
Octal 270 272 256
Decimal 184 186 174
Hex B8 BA AE

RGB Percentages of Color #b8baae

%33.82
%34.19
%31.99

CMYK Percentages of Color #b8baae

%1
%0
%6
%27

Triadic Colors of #b8baae

#b8baae #aeb8ba #baaeb8

Analogous Colors of #b8baae

#b8baae #b2baae #bab6ae

Monochromatic Colors of #b8baae

#b8baae

Complementary Color

#b8baae #b0aeba

#b8baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b8baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b8baae Color CSS Codes

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

#b8baae Text Font Color

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

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


#b8baae Background Color

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

This div background color is #b8baae


#b8baae Border Color

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

This div border color is #b8baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b8baae


Comments

No comments written yet.

Please login to write comment.