Color Hex Logo

#bab800 Color Hex

#BAB800
(186,184,0)
0 Favorites   0 Comments

Color spaces of #bab800

RGB 1861840
HSL0.161.000.36
HSV59°100°73°
CMYK 0.000.011.00   0.27
XYZ37.390244.72016.6612
Yxy44.72010.42120.5038
Hunter Lab66.8731-17.224740.9053
CIE-Lab72.7072-15.997274.1372

#bab800 color RGB value is (186,184,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10111000 00000000
Octal 272 270 0
Decimal 186 184 0
Hex BA B8 0

RGB Percentages of Color #bab800

%50.27
%49.73
%0.00

CMYK Percentages of Color #bab800

%0
%1
%100
%27

Triadic Colors of #bab800

#bab800 #00bab8 #b800ba

Analogous Colors of #bab800

#bab800 #5fba00 #ba5b00

Monochromatic Colors of #bab800

#bab800

Complementary Color

#bab800 #0002ba

#bab800 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab800 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab800 Color CSS Codes

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

#bab800 Text Font Color

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

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


#bab800 Background Color

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

This div background color is #bab800


#bab800 Border Color

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

This div border color is #bab800


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab800


Comments

No comments written yet.

Please login to write comment.