Color Hex Logo

#bab60c Color Hex

#BAB60C
(186,182,12)
0 Favorites   0 Comments

Color spaces of #bab60c

RGB 18618212
HSL0.160.880.39
HSV59°94°73°
CMYK 0.000.020.94   0.27
XYZ37.044043.92156.8731
Yxy43.92150.42170.5000
Hunter Lab66.2733-16.204240.2424
CIE-Lab72.1760-14.841772.3944

#bab60c color RGB value is (186,182,12).

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

The process color (four color CMYK) of #bab60c color hex is 0.00, 0.02, 0.94, 0.27. Web safe color of #bab60c is #cccc00. Color #bab60c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110110 00001100
Octal 272 266 14
Decimal 186 182 12
Hex BA B6 C

RGB Percentages of Color #bab60c

%48.95
%47.89
%3.16

CMYK Percentages of Color #bab60c

%0
%2
%94
%27

Triadic Colors of #bab60c

#bab60c #0cbab6 #b60cba

Analogous Colors of #bab60c

#bab60c #67ba0c #ba5f0c

Monochromatic Colors of #bab60c

#bab60c

Complementary Color

#bab60c #0c10ba

#bab60c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab60c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab60c Color CSS Codes

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

#bab60c Text Font Color

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

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


#bab60c Background Color

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

This div background color is #bab60c


#bab60c Border Color

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

This div border color is #bab60c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab60c


Comments

No comments written yet.

Please login to write comment.