Color Hex Logo

#bab00f Color Hex

#BAB00F
(186,176,15)
0 Favorites   0 Comments

Color spaces of #bab00f

RGB 18617615
HSL0.160.850.39
HSV56°92°73°
CMYK 0.000.050.92   0.27
XYZ35.861341.52436.5768
Yxy41.52430.42710.4946
Hunter Lab64.4394-13.431439.0563
CIE-Lab70.5417-11.726370.7378

#bab00f color RGB value is (186,176,15).

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

The process color (four color CMYK) of #bab00f color hex is 0.00, 0.05, 0.92, 0.27. Web safe color of #bab00f is #cc9900. Color #bab00f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00001111
Octal 272 260 17
Decimal 186 176 15
Hex BA B0 F

RGB Percentages of Color #bab00f

%49.34
%46.68
%3.98

CMYK Percentages of Color #bab00f

%0
%5
%92
%27

Triadic Colors of #bab00f

#bab00f #0fbab0 #b00fba

Analogous Colors of #bab00f

#bab00f #6fba0f #ba5b0f

Monochromatic Colors of #bab00f

#bab00f

Complementary Color

#bab00f #0f19ba

#bab00f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab00f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab00f Color CSS Codes

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

#bab00f Text Font Color

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

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


#bab00f Background Color

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

This div background color is #bab00f


#bab00f Border Color

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

This div border color is #bab00f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab00f


Comments

No comments written yet.

Please login to write comment.