color codes Logo

#bab22c color codes

#BAB22C
(186,178,44)
0 Favorites   0 Comments

Color spaces of #bab22c

RGB 18617844
HSL0.160.620.45
HSV57°76°73°
CMYK 0.000.040.76   0.27
XYZ36.624742.46178.6485
Yxy42.46170.41740.4840
Hunter Lab65.1626-13.708637.7448
CIE-Lab71.1881-11.966764.3523

#bab22c color RGB value is (186,178,44).

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

The process color (four color CMYK) of #bab22c color code is 0.00, 0.04, 0.76, 0.27. Web safe color of #bab22c is #cc9933. Color #bab22c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 00101100
Octal 272 262 54
Decimal 186 178 44
Hex BA B2 2C

RGB Percentages of Color #bab22c

%45.59
%43.63
%10.78

CMYK Percentages of Color #bab22c

%0
%4
%76
%27

Triadic Colors of #bab22c

#bab22c #2cbab2 #b22cba

Analogous Colors of #bab22c

#bab22c #7bba2c #ba6b2c

Monochromatic Colors of #bab22c

#bab22c

Complementary Color

#bab22c #2c34ba

#bab22c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab22c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab22c Color CSS Codes

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

#bab22c Text Font Color

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

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


#bab22c Background Color

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

This div background color is #bab22c


#bab22c Border Color

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

This div border color is #bab22c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab22c


Comments

No comments written yet.

Please login to write comment.