Color Hex Logo

#bac94c Color Hex

#BAC94C
(186,201,76)
0 Favorites   0 Comments

Color spaces of #bac94c

RGB 18620176
HSL0.190.540.54
HSV67°62°79°
CMYK 0.070.000.62   0.21
XYZ42.440952.734214.7793
Yxy52.73420.38600.4796
Hunter Lab72.6183-22.759938.7661
CIE-Lab77.7178-21.790058.7979

#bac94c color RGB value is (186,201,76).

#bac94c hex color red value is 186, green value is 201 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #bac94c hue: 0.19 , saturation: 0.54 and the lightness value of bac94c is 0.54.

The process color (four color CMYK) of #bac94c color hex is 0.07, 0.00, 0.62, 0.21. Web safe color of #bac94c is #cccc33. Color #bac94c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 01001100
Octal 272 311 114
Decimal 186 201 76
Hex BA C9 4C

RGB Percentages of Color #bac94c

%40.17
%43.41
%16.41

CMYK Percentages of Color #bac94c

%7
%0
%62
%21

Triadic Colors of #bac94c

#bac94c #4cbac9 #c94cba

Analogous Colors of #bac94c

#bac94c #7cc94c #c99a4c

Monochromatic Colors of #bac94c

#bac94c

Complementary Color

#bac94c #5b4cc9

#bac94c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac94c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac94c Color CSS Codes

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

#bac94c Text Font Color

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

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


#bac94c Background Color

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

This div background color is #bac94c


#bac94c Border Color

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

This div border color is #bac94c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac94c


Comments

No comments written yet.

Please login to write comment.