Color Hex Logo

#bab500 Color Hex

#BAB500
(186,181,0)
0 Favorites   0 Comments

Color spaces of #bab500

RGB 1861810
HSL0.161.000.36
HSV58°100°73°
CMYK 0.000.031.00   0.27
XYZ36.773643.48696.4556
Yxy43.48690.42410.5015
Hunter Lab65.9446-15.863640.3571
CIE-Lab71.8842-14.474873.5375

#bab500 color RGB value is (186,181,0).

#bab500 hex color red value is 186, green value is 181 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #bab500 hue: 0.16 , saturation: 1.00 and the lightness value of bab500 is 0.36.

The process color (four color CMYK) of #bab500 color hex is 0.00, 0.03, 1.00, 0.27. Web safe color of #bab500 is #cccc00. Color #bab500 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 00000000
Octal 272 265 0
Decimal 186 181 0
Hex BA B5 0

RGB Percentages of Color #bab500

%50.68
%49.32
%0.00

CMYK Percentages of Color #bab500

%0
%3
%100
%27

Triadic Colors of #bab500

#bab500 #00bab5 #b500ba

Analogous Colors of #bab500

#bab500 #62ba00 #ba5800

Monochromatic Colors of #bab500

#bab500

Complementary Color

#bab500 #0005ba

#bab500 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab500 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab500 Color CSS Codes

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

#bab500 Text Font Color

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

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


#bab500 Background Color

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

This div background color is #bab500


#bab500 Border Color

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

This div border color is #bab500


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab500

#bab500 Color Palettes


Comments

No comments written yet.

Please login to write comment.