Color Hex Logo

#b3baaf Color Hex

#B3BAAF
(179,186,175)
0 Favorites   0 Comments

Color spaces of #b3baaf

RGB 179186175
HSL0.270.070.71
HSV98°73°
CMYK 0.040.000.06   0.27
XYZ43.887247.796747.4700
Yxy47.79670.31540.3435
Hunter Lab69.1352-7.67427.6846
CIE-Lab74.6965-4.47454.7208

#b3baaf color RGB value is (179,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110011 10111010 10101111
Octal 263 272 257
Decimal 179 186 175
Hex B3 BA AF

RGB Percentages of Color #b3baaf

%33.15
%34.44
%32.41

CMYK Percentages of Color #b3baaf

%4
%0
%6
%27

Triadic Colors of #b3baaf

#b3baaf #afb3ba #baafb3

Analogous Colors of #b3baaf

#b3baaf #afbab1 #b9baaf

Monochromatic Colors of #b3baaf

#b3baaf

Complementary Color

#b3baaf #b6afba

#b3baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b3baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b3baaf Color CSS Codes

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

#b3baaf Text Font Color

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

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


#b3baaf Background Color

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

This div background color is #b3baaf


#b3baaf Border Color

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

This div border color is #b3baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b3baaf


Comments

No comments written yet.

Please login to write comment.