Color Hex Logo

#bab55f Color Hex

#BAB55F
(186,181,95)
0 Favorites   0 Comments

Color spaces of #bab55f

RGB 18618195
HSL0.160.400.55
HSV57°49°73°
CMYK 0.000.030.49   0.27
XYZ38.839144.313117.3327
Yxy44.31310.38650.4410
Hunter Lab66.5681-12.348531.1600
CIE-Lab72.4373-10.161344.0857

#bab55f color RGB value is (186,181,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 01011111
Octal 272 265 137
Decimal 186 181 95
Hex BA B5 5F

RGB Percentages of Color #bab55f

%40.26
%39.18
%20.56

CMYK Percentages of Color #bab55f

%0
%3
%49
%27

Triadic Colors of #bab55f

#bab55f #5fbab5 #b55fba

Analogous Colors of #bab55f

#bab55f #92ba5f #ba885f

Monochromatic Colors of #bab55f

#bab55f

Complementary Color

#bab55f #5f64ba

#bab55f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab55f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab55f Color CSS Codes

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

#bab55f Text Font Color

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

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


#bab55f Background Color

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

This div background color is #bab55f


#bab55f Border Color

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

This div border color is #bab55f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab55f


Comments

No comments written yet.

Please login to write comment.