Color Hex Logo

#bab525 Color Hex

#BAB525
(186,181,37)
0 Favorites   0 Comments

Color spaces of #bab525

RGB 18618137
HSL0.160.670.44
HSV58°80°73°
CMYK 0.000.030.80   0.27
XYZ37.107543.62048.2141
Yxy43.62040.41720.4904
Hunter Lab66.0457-15.290638.8581
CIE-Lab71.9740-13.762667.1716

#bab525 color RGB value is (186,181,37).

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

The process color (four color CMYK) of #bab525 color hex is 0.00, 0.03, 0.80, 0.27. Web safe color of #bab525 is #cccc33. Color #bab525 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 00100101
Octal 272 265 45
Decimal 186 181 37
Hex BA B5 25

RGB Percentages of Color #bab525

%46.04
%44.80
%9.16

CMYK Percentages of Color #bab525

%0
%3
%80
%27

Triadic Colors of #bab525

#bab525 #25bab5 #b525ba

Analogous Colors of #bab525

#bab525 #75ba25 #ba6b25

Monochromatic Colors of #bab525

#bab525

Complementary Color

#bab525 #252aba

#bab525 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab525 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab525 Color CSS Codes

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

#bab525 Text Font Color

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

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


#bab525 Background Color

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

This div background color is #bab525


#bab525 Border Color

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

This div border color is #bab525


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab525


Comments

No comments written yet.

Please login to write comment.