Color Hex Logo

#bab33c Color Hex

#BAB33C
(186,179,60)
0 Favorites   0 Comments

Color spaces of #bab33c

RGB 18617960
HSL0.160.510.48
HSV57°68°73°
CMYK 0.000.040.68   0.27
XYZ37.185443.005510.6160
Yxy43.00550.40950.4736
Hunter Lab65.5786-13.546636.3070
CIE-Lab71.5587-11.716958.9119

#bab33c color RGB value is (186,179,60).

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

The process color (four color CMYK) of #bab33c color hex is 0.00, 0.04, 0.68, 0.27. Web safe color of #bab33c is #cccc33. Color #bab33c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110011 00111100
Octal 272 263 74
Decimal 186 179 60
Hex BA B3 3C

RGB Percentages of Color #bab33c

%43.76
%42.12
%14.12

CMYK Percentages of Color #bab33c

%0
%4
%68
%27

Triadic Colors of #bab33c

#bab33c #3cbab3 #b33cba

Analogous Colors of #bab33c

#bab33c #82ba3c #ba743c

Monochromatic Colors of #bab33c

#bab33c

Complementary Color

#bab33c #3c43ba

#bab33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab33c Color CSS Codes

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

#bab33c Text Font Color

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

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


#bab33c Background Color

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

This div background color is #bab33c


#bab33c Border Color

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

This div border color is #bab33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab33c


Comments

No comments written yet.

Please login to write comment.