Color Hex Logo

#bab70c Color Hex

#BAB70C
(186,183,12)
0 Favorites   0 Comments

Color spaces of #bab70c

RGB 18618312
HSL0.160.880.39
HSV59°94°73°
CMYK 0.000.020.94   0.27
XYZ37.249544.33266.9416
Yxy44.33260.42080.5008
Hunter Lab66.5827-16.658540.4266
CIE-Lab72.4502-15.349772.6035

#bab70c color RGB value is (186,183,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110111 00001100
Octal 272 267 14
Decimal 186 183 12
Hex BA B7 C

RGB Percentages of Color #bab70c

%48.82
%48.03
%3.15

CMYK Percentages of Color #bab70c

%0
%2
%94
%27

Triadic Colors of #bab70c

#bab70c #0cbab7 #b70cba

Analogous Colors of #bab70c

#bab70c #66ba0c #ba600c

Monochromatic Colors of #bab70c

#bab70c

Complementary Color

#bab70c #0c0fba

#bab70c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab70c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab70c Color CSS Codes

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

#bab70c Text Font Color

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

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


#bab70c Background Color

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

This div background color is #bab70c


#bab70c Border Color

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

This div border color is #bab70c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab70c


Comments

No comments written yet.

Please login to write comment.