Color Hex Logo

#bab55a Color Hex

#BAB55A
(186,181,90)
0 Favorites   0 Comments

Color spaces of #bab55a

RGB 18618190
HSL0.160.410.54
HSV57°52°73°
CMYK 0.000.030.52   0.27
XYZ38.619044.225016.1737
Yxy44.22500.39000.4466
Hunter Lab66.5019-12.719732.1316
CIE-Lab72.3786-10.610746.4565

#bab55a color RGB value is (186,181,90).

#bab55a hex color red value is 186, green value is 181 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bab55a hue: 0.16 , saturation: 0.41 and the lightness value of bab55a is 0.54.

The process color (four color CMYK) of #bab55a color hex is 0.00, 0.03, 0.52, 0.27. Web safe color of #bab55a is #cccc66. Color #bab55a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 01011010
Octal 272 265 132
Decimal 186 181 90
Hex BA B5 5A

RGB Percentages of Color #bab55a

%40.70
%39.61
%19.69

CMYK Percentages of Color #bab55a

%0
%3
%52
%27

Triadic Colors of #bab55a

#bab55a #5abab5 #b55aba

Analogous Colors of #bab55a

#bab55a #8fba5a #ba855a

Monochromatic Colors of #bab55a

#bab55a

Complementary Color

#bab55a #5a5fba

#bab55a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab55a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab55a Color CSS Codes

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

#bab55a Text Font Color

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

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


#bab55a Background Color

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

This div background color is #bab55a


#bab55a Border Color

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

This div border color is #bab55a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab55a


Comments

No comments written yet.

Please login to write comment.