Color Hex Logo

#bac52a Color Hex

#BAC52A
(186,197,42)
0 Favorites   0 Comments

Color spaces of #bac52a

RGB 18619742
HSL0.180.650.47
HSV64°79°77°
CMYK 0.060.000.79   0.23
XYZ40.633950.53889.8038
Yxy50.53880.40240.5005
Hunter Lab71.0906-22.381841.5870
CIE-Lab76.3988-21.607369.6670

#bac52a color RGB value is (186,197,42).

#bac52a hex color red value is 186, green value is 197 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #bac52a hue: 0.18 , saturation: 0.65 and the lightness value of bac52a is 0.47.

The process color (four color CMYK) of #bac52a color hex is 0.06, 0.00, 0.79, 0.23. Web safe color of #bac52a is #cccc33. Color #bac52a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00101010
Octal 272 305 52
Decimal 186 197 42
Hex BA C5 2A

RGB Percentages of Color #bac52a

%43.76
%46.35
%9.88

CMYK Percentages of Color #bac52a

%6
%0
%79
%23

Triadic Colors of #bac52a

#bac52a #2abac5 #c52aba

Analogous Colors of #bac52a

#bac52a #6dc52a #c5832a

Monochromatic Colors of #bac52a

#bac52a

Complementary Color

#bac52a #352ac5

#bac52a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac52a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac52a Color CSS Codes

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

#bac52a Text Font Color

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

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


#bac52a Background Color

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

This div background color is #bac52a


#bac52a Border Color

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

This div border color is #bac52a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac52a


Comments

No comments written yet.

Please login to write comment.