Color Hex Logo

#b2ba83 Color Hex

#B2BA83
(178,186,131)
0 Favorites   0 Comments

Color spaces of #b2ba83

RGB 178186131
HSL0.190.280.62
HSV69°30°73°
CMYK 0.040.000.30   0.27
XYZ40.015746.221528.2853
Yxy46.22150.34940.4036
Hunter Lab67.9864-13.914022.9233
CIE-Lab73.6890-11.847227.0227

#b2ba83 color RGB value is (178,186,131).

#b2ba83 hex color red value is 178, green value is 186 and the blue value of its RGB is 131. Cylindrical-coordinate representations (also known as HSL) of color #b2ba83 hue: 0.19 , saturation: 0.28 and the lightness value of b2ba83 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10110010 10111010 10000011
Octal 262 272 203
Decimal 178 186 131
Hex B2 BA 83

RGB Percentages of Color #b2ba83

%35.96
%37.58
%26.46

CMYK Percentages of Color #b2ba83

%4
%0
%30
%27

Triadic Colors of #b2ba83

#b2ba83 #83b2ba #ba83b2

Analogous Colors of #b2ba83

#b2ba83 #97ba83 #baa783

Monochromatic Colors of #b2ba83

#b2ba83

Complementary Color

#b2ba83 #8b83ba

#b2ba83 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#b2ba83 Color Preview on White Background

Lorem ipsum dolor sit amet.

#b2ba83 Color CSS Codes

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

#b2ba83 Text Font Color

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

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


#b2ba83 Background Color

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

This div background color is #b2ba83


#b2ba83 Border Color

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

This div border color is #b2ba83


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(178,186,131, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #b2ba83">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #b2ba83


Comments

No comments written yet.

Please login to write comment.