Color Hex Logo

#bac64f Color Hex

#BAC64F
(186,198,79)
0 Favorites   0 Comments

Color spaces of #bac64f

RGB 18619879
HSL0.180.510.54
HSV66°60°78°
CMYK 0.060.000.60   0.22
XYZ41.855151.391815.1107
Yxy51.39180.38630.4743
Hunter Lab71.6881-21.236937.6843
CIE-Lab76.9157-20.099356.6524

#bac64f color RGB value is (186,198,79).

#bac64f hex color red value is 186, green value is 198 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bac64f hue: 0.18 , saturation: 0.51 and the lightness value of bac64f is 0.54.

The process color (four color CMYK) of #bac64f color hex is 0.06, 0.00, 0.60, 0.22. Web safe color of #bac64f is #cccc66. Color #bac64f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01001111
Octal 272 306 117
Decimal 186 198 79
Hex BA C6 4F

RGB Percentages of Color #bac64f

%40.17
%42.76
%17.06

CMYK Percentages of Color #bac64f

%6
%0
%60
%22

Triadic Colors of #bac64f

#bac64f #4fbac6 #c64fba

Analogous Colors of #bac64f

#bac64f #7fc64f #c6974f

Monochromatic Colors of #bac64f

#bac64f

Complementary Color

#bac64f #5b4fc6

#bac64f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac64f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac64f Color CSS Codes

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

#bac64f Text Font Color

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

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


#bac64f Background Color

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

This div background color is #bac64f


#bac64f Border Color

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

This div border color is #bac64f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac64f


Comments

No comments written yet.

Please login to write comment.