Color Hex Logo

#bac94f Color Hex

#BAC94F
(186,201,79)
0 Favorites   0 Comments

Color spaces of #bac94f

RGB 18620179
HSL0.190.530.55
HSV67°61°79°
CMYK 0.070.000.61   0.21
XYZ42.547652.776915.3416
Yxy52.77690.38450.4769
Hunter Lab72.6477-22.591438.3327
CIE-Lab77.7431-21.579057.5541

#bac94f color RGB value is (186,201,79).

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

The process color (four color CMYK) of #bac94f color hex is 0.07, 0.00, 0.61, 0.21. Web safe color of #bac94f is #cccc66. Color #bac94f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001001 01001111
Octal 272 311 117
Decimal 186 201 79
Hex BA C9 4F

RGB Percentages of Color #bac94f

%39.91
%43.13
%16.95

CMYK Percentages of Color #bac94f

%7
%0
%61
%21

Triadic Colors of #bac94f

#bac94f #4fbac9 #c94fba

Analogous Colors of #bac94f

#bac94f #7dc94f #c99b4f

Monochromatic Colors of #bac94f

#bac94f

Complementary Color

#bac94f #5e4fc9

#bac94f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac94f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac94f Color CSS Codes

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

#bac94f Text Font Color

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

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


#bac94f Background Color

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

This div background color is #bac94f


#bac94f Border Color

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

This div border color is #bac94f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac94f


Comments

No comments written yet.

Please login to write comment.