Color Hex Logo

#bac37a Color Hex

#BAC37A
(186,195,122)
0 Favorites   0 Comments

Color spaces of #bac37a

RGB 186195122
HSL0.190.380.62
HSV67°37°76°
CMYK 0.050.000.37   0.24
XYZ43.277750.874525.9511
Yxy50.87450.36030.4236
Hunter Lab71.3264-16.515228.3566
CIE-Lab76.6029-14.489235.6583

#bac37a color RGB value is (186,195,122).

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

The process color (four color CMYK) of #bac37a color hex is 0.05, 0.00, 0.37, 0.24. Web safe color of #bac37a is #cccc66. Color #bac37a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 01111010
Octal 272 303 172
Decimal 186 195 122
Hex BA C3 7A

RGB Percentages of Color #bac37a

%36.98
%38.77
%24.25

CMYK Percentages of Color #bac37a

%5
%0
%37
%24

Triadic Colors of #bac37a

#bac37a #7abac3 #c37aba

Analogous Colors of #bac37a

#bac37a #96c37a #c3a87a

Monochromatic Colors of #bac37a

#bac37a

Complementary Color

#bac37a #837ac3

#bac37a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac37a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac37a Color CSS Codes

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

#bac37a Text Font Color

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

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


#bac37a Background Color

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

This div background color is #bac37a


#bac37a Border Color

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

This div border color is #bac37a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac37a


Comments

No comments written yet.

Please login to write comment.