Color Hex Logo

#bab11e Color Hex

#BAB11E
(186,177,30)
0 Favorites   0 Comments

Color spaces of #bab11e

RGB 18617730
HSL0.160.720.42
HSV57°84°73°
CMYK 0.000.050.84   0.27
XYZ36.206241.97717.4224
Yxy41.97710.42290.4904
Hunter Lab64.7897-13.631638.5605
CIE-Lab70.8551-11.922768.0497

#bab11e color RGB value is (186,177,30).

#bab11e hex color red value is 186, green value is 177 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #bab11e hue: 0.16 , saturation: 0.72 and the lightness value of bab11e is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110001 00011110
Octal 272 261 36
Decimal 186 177 30
Hex BA B1 1E

RGB Percentages of Color #bab11e

%47.33
%45.04
%7.63

CMYK Percentages of Color #bab11e

%0
%5
%84
%27

Triadic Colors of #bab11e

#bab11e #1ebab1 #b11eba

Analogous Colors of #bab11e

#bab11e #75ba1e #ba631e

Monochromatic Colors of #bab11e

#bab11e

Complementary Color

#bab11e #1e27ba

#bab11e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab11e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab11e Color CSS Codes

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

#bab11e Text Font Color

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

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


#bab11e Background Color

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

This div background color is #bab11e


#bab11e Border Color

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

This div border color is #bab11e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab11e


Comments

No comments written yet.

Please login to write comment.