Color Hex Logo

#baba0a Color Hex

#BABA0A
(186,186,10)
0 Favorites   0 Comments

Color spaces of #baba0a

RGB 18618610
HSL0.170.900.38
HSV60°95°73°
CMYK 0.000.000.95   0.27
XYZ37.863445.57887.0891
Yxy45.57880.41820.5035
Hunter Lab67.5121-18.036441.0327
CIE-Lab73.2714-16.889973.4574

#baba0a color RGB value is (186,186,10).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111010 00001010
Octal 272 272 12
Decimal 186 186 10
Hex BA BA A

RGB Percentages of Color #baba0a

%48.69
%48.69
%2.62

CMYK Percentages of Color #baba0a

%0
%0
%95
%27

Triadic Colors of #baba0a

#baba0a #0ababa #ba0aba

Analogous Colors of #baba0a

#baba0a #62ba0a #ba620a

Monochromatic Colors of #baba0a

#baba0a

Complementary Color

#baba0a #0a0aba

#baba0a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#baba0a Color Preview on White Background

Lorem ipsum dolor sit amet.

#baba0a Color CSS Codes

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

#baba0a Text Font Color

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

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


#baba0a Background Color

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

This div background color is #baba0a


#baba0a Border Color

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

This div border color is #baba0a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #baba0a


Comments

No comments written yet.

Please login to write comment.