color codes Logo

#bab03c color codes

#BAB03C
(186,176,60)
0 Favorites   0 Comments

Color spaces of #bab03c

RGB 18617660
HSL0.150.510.48
HSV55°68°73°
CMYK 0.000.050.68   0.27
XYZ36.590641.816010.4177
Yxy41.81600.41190.4708
Hunter Lab64.6653-12.160735.7140
CIE-Lab70.7439-10.165058.0838

#bab03c color RGB value is (186,176,60).

#bab03c hex color red value is 186, green value is 176 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #bab03c hue: 0.15 , saturation: 0.51 and the lightness value of bab03c is 0.48.

The process color (four color CMYK) of #bab03c color code is 0.00, 0.05, 0.68, 0.27. Web safe color of #bab03c is #cc9933. Color #bab03c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110000 00111100
Octal 272 260 74
Decimal 186 176 60
Hex BA B0 3C

RGB Percentages of Color #bab03c

%44.08
%41.71
%14.22

CMYK Percentages of Color #bab03c

%0
%5
%68
%27

Triadic Colors of #bab03c

#bab03c #3cbab0 #b03cba

Analogous Colors of #bab03c

#bab03c #85ba3c #ba713c

Monochromatic Colors of #bab03c

#bab03c

Complementary Color

#bab03c #3c46ba

#bab03c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab03c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab03c Color CSS Codes

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

#bab03c Text Font Color

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

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


#bab03c Background Color

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

This div background color is #bab03c


#bab03c Border Color

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

This div border color is #bab03c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab03c


Comments

No comments written yet.

Please login to write comment.