Color Hex Logo

#bac52b Color Hex

#BAC52B
(186,197,43)
0 Favorites   0 Comments

Color spaces of #bac52b

RGB 18619743
HSL0.180.640.47
HSV64°78°77°
CMYK 0.060.000.78   0.23
XYZ40.652050.54609.8993
Yxy50.54600.40210.5000
Hunter Lab71.0957-22.352541.5115
CIE-Lab76.4032-21.570369.3844

#bac52b color RGB value is (186,197,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00101011
Octal 272 305 53
Decimal 186 197 43
Hex BA C5 2B

RGB Percentages of Color #bac52b

%43.66
%46.24
%10.09

CMYK Percentages of Color #bac52b

%6
%0
%78
%23

Triadic Colors of #bac52b

#bac52b #2bbac5 #c52bba

Analogous Colors of #bac52b

#bac52b #6dc52b #c5832b

Monochromatic Colors of #bac52b

#bac52b

Complementary Color

#bac52b #362bc5

#bac52b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac52b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac52b Color CSS Codes

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

#bac52b Text Font Color

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

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


#bac52b Background Color

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

This div background color is #bac52b


#bac52b Border Color

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

This div border color is #bac52b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac52b


Comments

No comments written yet.

Please login to write comment.