Color Hex Logo

#b2baaf Color Hex

#B2BAAF
(178,186,175)
0 Favorites   0 Comments

Color spaces of #b2baaf

RGB 178186175
HSL0.290.070.71
HSV104°73°
CMYK 0.040.000.06   0.27
XYZ43.656947.677947.4592
Yxy47.67790.31450.3435
Hunter Lab69.0492-7.97807.5830
CIE-Lab74.6213-4.82754.6026

#b2baaf color RGB value is (178,186,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 10101111
Octal 262 272 257
Decimal 178 186 175
Hex B2 BA AF

RGB Percentages of Color #b2baaf

%33.02
%34.51
%32.47

CMYK Percentages of Color #b2baaf

%4
%0
%6
%27

Triadic Colors of #b2baaf

#b2baaf #afb2ba #baafb2

Analogous Colors of #b2baaf

#b2baaf #afbab2 #b8baaf

Monochromatic Colors of #b2baaf

#b2baaf

Complementary Color

#b2baaf #b7afba

#b2baaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2baaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2baaf Color CSS Codes

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

#b2baaf Text Font Color

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

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


#b2baaf Background Color

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

This div background color is #b2baaf


#b2baaf Border Color

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

This div border color is #b2baaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2baaf


Comments

No comments written yet.

Please login to write comment.