Color Hex Logo

#bab30f Color Hex

#BAB30F
(186,179,15)
0 Favorites   0 Comments

Color spaces of #bab30f

RGB 18617915
HSL0.160.850.39
HSV58°92°73°
CMYK 0.000.040.92   0.27
XYZ36.456042.71386.7751
Yxy42.71380.42420.4970
Hunter Lab65.3558-14.803939.6028
CIE-Lab71.3603-13.268571.3683

#bab30f color RGB value is (186,179,15).

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

The process color (four color CMYK) of #bab30f color hex is 0.00, 0.04, 0.92, 0.27. Web safe color of #bab30f is #cccc00. Color #bab30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 00001111
Octal 272 263 17
Decimal 186 179 15
Hex BA B3 F

RGB Percentages of Color #bab30f

%48.95
%47.11
%3.95

CMYK Percentages of Color #bab30f

%0
%4
%92
%27

Triadic Colors of #bab30f

#bab30f #0fbab3 #b30fba

Analogous Colors of #bab30f

#bab30f #6cba0f #ba5e0f

Monochromatic Colors of #bab30f

#bab30f

Complementary Color

#bab30f #0f16ba

#bab30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab30f Color CSS Codes

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

#bab30f Text Font Color

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

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


#bab30f Background Color

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

This div background color is #bab30f


#bab30f Border Color

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

This div border color is #bab30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab30f


Comments

No comments written yet.

Please login to write comment.