Color Hex Logo

#babb5f Color Hex

#BABB5F
(186,187,95)
0 Favorites   0 Comments

Color spaces of #babb5f

RGB 18618795
HSL0.170.400.55
HSV61°49°73°
CMYK 0.010.000.49   0.27
XYZ40.085646.806017.7482
Yxy46.80600.38310.4473
Hunter Lab68.4149-15.139532.5094
CIE-Lab74.0655-13.251946.0337

#babb5f color RGB value is (186,187,95).

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

The process color (four color CMYK) of #babb5f color hex is 0.01, 0.00, 0.49, 0.27. Web safe color of #babb5f is #cccc66. Color #babb5f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 01011111
Octal 272 273 137
Decimal 186 187 95
Hex BA BB 5F

RGB Percentages of Color #babb5f

%39.74
%39.96
%20.30

CMYK Percentages of Color #babb5f

%1
%0
%49
%27

Triadic Colors of #babb5f

#babb5f #5fbabb #bb5fba

Analogous Colors of #babb5f

#babb5f #8cbb5f #bb8e5f

Monochromatic Colors of #babb5f

#babb5f

Complementary Color

#babb5f #605fbb

#babb5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb5f Color CSS Codes

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

#babb5f Text Font Color

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

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


#babb5f Background Color

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

This div background color is #babb5f


#babb5f Border Color

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

This div border color is #babb5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb5f


Comments

No comments written yet.

Please login to write comment.