Color Hex Logo

#bab80a Color Hex

#BAB80A
(186,184,10)
0 Favorites   0 Comments

Color spaces of #bab80a

RGB 18618410
HSL0.160.900.38
HSV59°95°73°
CMYK 0.000.010.95   0.27
XYZ37.445044.74206.9497
Yxy44.74200.42010.5019
Hunter Lab66.8895-17.131540.6625
CIE-Lab72.7217-15.880773.0405

#bab80a color RGB value is (186,184,10).

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

The process color (four color CMYK) of #bab80a color hex is 0.00, 0.01, 0.95, 0.27. Web safe color of #bab80a is #cccc00. Color #bab80a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00001010
Octal 272 270 12
Decimal 186 184 10
Hex BA B8 A

RGB Percentages of Color #bab80a

%48.95
%48.42
%2.63

CMYK Percentages of Color #bab80a

%0
%1
%95
%27

Triadic Colors of #bab80a

#bab80a #0abab8 #b80aba

Analogous Colors of #bab80a

#bab80a #64ba0a #ba600a

Monochromatic Colors of #bab80a

#bab80a

Complementary Color

#bab80a #0a0cba

#bab80a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab80a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab80a Color CSS Codes

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

#bab80a Text Font Color

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

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


#bab80a Background Color

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

This div background color is #bab80a


#bab80a Border Color

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

This div border color is #bab80a


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,184,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 #bab80a">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab80a


Comments

No comments written yet.

Please login to write comment.