Color Hex Logo

#b4baaf Color Hex

#B4BAAF
(180,186,175)
0 Favorites   0 Comments

Color spaces of #b4baaf

RGB 180186175
HSL0.260.070.71
HSV93°73°
CMYK 0.030.000.06   0.27
XYZ44.119247.916347.4809
Yxy47.91630.31620.3434
Hunter Lab69.2216-7.36877.7866
CIE-Lab74.7721-4.12054.8395

#b4baaf color RGB value is (180,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110100 10111010 10101111
Octal 264 272 257
Decimal 180 186 175
Hex B4 BA AF

RGB Percentages of Color #b4baaf

%33.27
%34.38
%32.35

CMYK Percentages of Color #b4baaf

%3
%0
%6
%27

Triadic Colors of #b4baaf

#b4baaf #afb4ba #baafb4

Analogous Colors of #b4baaf

#b4baaf #afbab0 #babaaf

Monochromatic Colors of #b4baaf

#b4baaf

Complementary Color

#b4baaf #b5afba

#b4baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b4baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b4baaf Color CSS Codes

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

#b4baaf Text Font Color

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

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


#b4baaf Background Color

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

This div background color is #b4baaf


#b4baaf Border Color

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

This div border color is #b4baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b4baaf

#b4baaf Color Palettes


Comments

No comments written yet.

Please login to write comment.