Color Hex Logo

#bab71e Color Hex

#BAB71E
(186,183,30)
0 Favorites   0 Comments

Color spaces of #bab71e

RGB 18618330
HSL0.160.720.42
HSV59°84°73°
CMYK 0.000.020.84   0.27
XYZ37.417544.39987.8262
Yxy44.39980.41740.4953
Hunter Lab66.6332-16.372339.6795
CIE-Lab72.4949-14.993069.4214

#bab71e color RGB value is (186,183,30).

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

The process color (four color CMYK) of #bab71e color hex is 0.00, 0.02, 0.84, 0.27. Web safe color of #bab71e is #cccc33. Color #bab71e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 00011110
Octal 272 267 36
Decimal 186 183 30
Hex BA B7 1E

RGB Percentages of Color #bab71e

%46.62
%45.86
%7.52

CMYK Percentages of Color #bab71e

%0
%2
%84
%27

Triadic Colors of #bab71e

#bab71e #1ebab7 #b71eba

Analogous Colors of #bab71e

#bab71e #6fba1e #ba691e

Monochromatic Colors of #bab71e

#bab71e

Complementary Color

#bab71e #1e21ba

#bab71e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab71e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab71e Color CSS Codes

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

#bab71e Text Font Color

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

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


#bab71e Background Color

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

This div background color is #bab71e


#bab71e Border Color

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

This div border color is #bab71e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab71e


Comments

No comments written yet.

Please login to write comment.