Color Hex Logo

#bab24c Color Hex

#BAB24C
(186,178,76)
0 Favorites   0 Comments

Color spaces of #bab24c

RGB 18617876
HSL0.150.440.51
HSV56°59°73°
CMYK 0.000.040.59   0.27
XYZ37.474642.801713.1239
Yxy42.80170.40120.4583
Hunter Lab65.4230-12.244633.9025
CIE-Lab71.4202-10.174251.9304

#bab24c color RGB value is (186,178,76).

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

The process color (four color CMYK) of #bab24c color hex is 0.00, 0.04, 0.59, 0.27. Web safe color of #bab24c is #cc9933. Color #bab24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 10110010 01001100
Octal 272 262 114
Decimal 186 178 76
Hex BA B2 4C

RGB Percentages of Color #bab24c

%42.27
%40.45
%17.27

CMYK Percentages of Color #bab24c

%0
%4
%59
%27

Triadic Colors of #bab24c

#bab24c #4cbab2 #b24cba

Analogous Colors of #bab24c

#bab24c #8bba4c #ba7b4c

Monochromatic Colors of #bab24c

#bab24c

Complementary Color

#bab24c #4c54ba

#bab24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bab24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bab24c Color CSS Codes

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

#bab24c Text Font Color

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

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


#bab24c Background Color

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

This div background color is #bab24c


#bab24c Border Color

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

This div border color is #bab24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bab24c


Comments

No comments written yet.

Please login to write comment.