Color Hex Logo

#bab52c Color Hex

#BAB52C
(186,181,44)
0 Favorites   0 Comments

Color spaces of #bab52c

RGB 18618144
HSL0.160.620.45
HSV58°76°73°
CMYK 0.000.030.76   0.27
XYZ37.228243.66878.8496
Yxy43.66870.41480.4866
Hunter Lab66.0823-15.084138.3176
CIE-Lab72.0065-13.506865.1021

#bab52c color RGB value is (186,181,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110101 00101100
Octal 272 265 54
Decimal 186 181 44
Hex BA B5 2C

RGB Percentages of Color #bab52c

%45.26
%44.04
%10.71

CMYK Percentages of Color #bab52c

%0
%3
%76
%27

Triadic Colors of #bab52c

#bab52c #2cbab5 #b52cba

Analogous Colors of #bab52c

#bab52c #78ba2c #ba6e2c

Monochromatic Colors of #bab52c

#bab52c

Complementary Color

#bab52c #2c31ba

#bab52c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab52c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab52c Color CSS Codes

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

#bab52c Text Font Color

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

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


#bab52c Background Color

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

This div background color is #bab52c


#bab52c Border Color

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

This div border color is #bab52c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab52c


Comments

No comments written yet.

Please login to write comment.