Color Hex Logo

#bab14a Color Hex

#BAB14A
(186,177,74)
0 Favorites   0 Comments

Color spaces of #bab14a

RGB 18617774
HSL0.150.450.51
HSV55°60°73°
CMYK 0.000.050.60   0.27
XYZ37.207942.377812.6972
Yxy42.37780.40320.4592
Hunter Lab65.0982-11.897534.0044
CIE-Lab71.1306-9.797952.5136

#bab14a color RGB value is (186,177,74).

#bab14a hex color red value is 186, green value is 177 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #bab14a hue: 0.15 , saturation: 0.45 and the lightness value of bab14a is 0.51.

The process color (four color CMYK) of #bab14a color hex is 0.00, 0.05, 0.60, 0.27. Web safe color of #bab14a is #cc9933. Color #bab14a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 01001010
Octal 272 261 112
Decimal 186 177 74
Hex BA B1 4A

RGB Percentages of Color #bab14a

%42.56
%40.50
%16.93

CMYK Percentages of Color #bab14a

%0
%5
%60
%27

Triadic Colors of #bab14a

#bab14a #4abab1 #b14aba

Analogous Colors of #bab14a

#bab14a #8bba4a #ba794a

Monochromatic Colors of #bab14a

#bab14a

Complementary Color

#bab14a #4a53ba

#bab14a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab14a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab14a Color CSS Codes

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

#bab14a Text Font Color

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

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


#bab14a Background Color

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

This div background color is #bab14a


#bab14a Border Color

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

This div border color is #bab14a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab14a


Comments

No comments written yet.

Please login to write comment.