Color Hex Logo

#babb2f Color Hex

#BABB2F
(186,187,47)
0 Favorites   0 Comments

Color spaces of #babb2f

RGB 18618747
HSL0.170.600.46
HSV60°75°73°
CMYK 0.010.000.75   0.27
XYZ38.533146.18509.5730
Yxy46.18500.40870.4898
Hunter Lab67.9595-17.719639.2199
CIE-Lab73.6654-16.432065.6633

#babb2f color RGB value is (186,187,47).

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

The process color (four color CMYK) of #babb2f color hex is 0.01, 0.00, 0.75, 0.27. Web safe color of #babb2f is #cccc33. Color #babb2f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 00101111
Octal 272 273 57
Decimal 186 187 47
Hex BA BB 2F

RGB Percentages of Color #babb2f

%44.29
%44.52
%11.19

CMYK Percentages of Color #babb2f

%1
%0
%75
%27

Triadic Colors of #babb2f

#babb2f #2fbabb #bb2fba

Analogous Colors of #babb2f

#babb2f #74bb2f #bb762f

Monochromatic Colors of #babb2f

#babb2f

Complementary Color

#babb2f #302fbb

#babb2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb2f Color CSS Codes

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

#babb2f Text Font Color

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

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


#babb2f Background Color

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

This div background color is #babb2f


#babb2f Border Color

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

This div border color is #babb2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb2f


Comments

No comments written yet.

Please login to write comment.