Color Hex Logo

#bac52e Color Hex

#BAC52E
(186,197,46)
0 Favorites   0 Comments

Color spaces of #bac52e

RGB 18619746
HSL0.180.620.48
HSV64°77°77°
CMYK 0.060.000.77   0.23
XYZ40.709150.568910.1999
Yxy50.56890.40120.4983
Hunter Lab71.1118-22.260541.2740
CIE-Lab76.4171-21.454168.5072

#bac52e color RGB value is (186,197,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00101110
Octal 272 305 56
Decimal 186 197 46
Hex BA C5 2E

RGB Percentages of Color #bac52e

%43.36
%45.92
%10.72

CMYK Percentages of Color #bac52e

%6
%0
%77
%23

Triadic Colors of #bac52e

#bac52e #2ebac5 #c52eba

Analogous Colors of #bac52e

#bac52e #6fc52e #c5852e

Monochromatic Colors of #bac52e

#bac52e

Complementary Color

#bac52e #392ec5

#bac52e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac52e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac52e Color CSS Codes

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

#bac52e Text Font Color

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

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


#bac52e Background Color

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

This div background color is #bac52e


#bac52e Border Color

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

This div border color is #bac52e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac52e


Comments

No comments written yet.

Please login to write comment.