Color Hex Logo

#bac50a Color Hex

#BAC50A
(186,197,10)
0 Favorites   0 Comments

Color spaces of #bac50a

RGB 18619710
HSL0.180.900.41
HSV64°95°77°
CMYK 0.060.000.95   0.23
XYZ40.270750.39357.8916
Yxy50.39350.40860.5113
Hunter Lab70.9884-22.969143.1007
CIE-Lab76.3102-22.350975.7685

#bac50a color RGB value is (186,197,10).

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

The process color (four color CMYK) of #bac50a color hex is 0.06, 0.00, 0.95, 0.23. Web safe color of #bac50a is #cccc00. Color #bac50a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00001010
Octal 272 305 12
Decimal 186 197 10
Hex BA C5 A

RGB Percentages of Color #bac50a

%47.33
%50.13
%2.54

CMYK Percentages of Color #bac50a

%6
%0
%95
%23

Triadic Colors of #bac50a

#bac50a #0abac5 #c50aba

Analogous Colors of #bac50a

#bac50a #5cc50a #c5730a

Monochromatic Colors of #bac50a

#bac50a

Complementary Color

#bac50a #150ac5

#bac50a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac50a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac50a Color CSS Codes

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

#bac50a Text Font Color

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

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


#bac50a Background Color

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

This div background color is #bac50a


#bac50a Border Color

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

This div border color is #bac50a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac50a


Comments

No comments written yet.

Please login to write comment.