Color Hex Logo

#b4baae Color Hex

#B4BAAE
(180,186,174)
0 Favorites   0 Comments

Color spaces of #b4baae

RGB 180186174
HSL0.250.080.71
HSV90°73°
CMYK 0.030.000.06   0.27
XYZ44.021347.877146.9654
Yxy47.87710.31700.3448
Hunter Lab69.1933-7.52528.1918
CIE-Lab74.7473-4.30045.3477

#b4baae color RGB value is (180,186,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 10101110
Octal 264 272 256
Decimal 180 186 174
Hex B4 BA AE

RGB Percentages of Color #b4baae

%33.33
%34.44
%32.22

CMYK Percentages of Color #b4baae

%3
%0
%6
%27

Triadic Colors of #b4baae

#b4baae #aeb4ba #baaeb4

Analogous Colors of #b4baae

#b4baae #aebaae #babaae

Monochromatic Colors of #b4baae

#b4baae

Complementary Color

#b4baae #b4aeba

#b4baae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4baae Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4baae Color CSS Codes

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

#b4baae Text Font Color

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

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


#b4baae Background Color

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

This div background color is #b4baae


#b4baae Border Color

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

This div border color is #b4baae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4baae


Comments

No comments written yet.

Please login to write comment.