Color Hex Logo

#babb0f Color Hex

#BABB0F
(186,187,15)
0 Favorites   0 Comments

Color spaces of #babb0f

RGB 18618715
HSL0.170.850.40
HSV60°92°73°
CMYK 0.010.000.92   0.27
XYZ38.106246.01427.3252
Yxy46.01420.41670.5032
Hunter Lab67.8338-18.435241.0811
CIE-Lab73.5547-17.326673.0624

#babb0f color RGB value is (186,187,15).

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

The process color (four color CMYK) of #babb0f color hex is 0.01, 0.00, 0.92, 0.27. Web safe color of #babb0f is #cccc00. Color #babb0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111011 00001111
Octal 272 273 17
Decimal 186 187 15
Hex BA BB F

RGB Percentages of Color #babb0f

%47.94
%48.20
%3.87

CMYK Percentages of Color #babb0f

%1
%0
%92
%27

Triadic Colors of #babb0f

#babb0f #0fbabb #bb0fba

Analogous Colors of #babb0f

#babb0f #64bb0f #bb660f

Monochromatic Colors of #babb0f

#babb0f

Complementary Color

#babb0f #100fbb

#babb0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#babb0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#babb0f Color CSS Codes

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

#babb0f Text Font Color

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

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


#babb0f Background Color

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

This div background color is #babb0f


#babb0f Border Color

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

This div border color is #babb0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #babb0f


Comments

No comments written yet.

Please login to write comment.