Color Hex Logo

#bac73f Color Hex

#BAC73F
(186,199,63)
0 Favorites   0 Comments

Color spaces of #bac73f

RGB 18619963
HSL0.180.550.51
HSV66°68°78°
CMYK 0.070.000.68   0.22
XYZ41.570351.644812.4801
Yxy51.64480.39330.4886
Hunter Lab71.8643-22.508340.0086
CIE-Lab77.0680-21.620263.3105

#bac73f color RGB value is (186,199,63).

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

The process color (four color CMYK) of #bac73f color hex is 0.07, 0.00, 0.68, 0.22. Web safe color of #bac73f is #cccc33. Color #bac73f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000111 00111111
Octal 272 307 77
Decimal 186 199 63
Hex BA C7 3F

RGB Percentages of Color #bac73f

%41.52
%44.42
%14.06

CMYK Percentages of Color #bac73f

%7
%0
%68
%22

Triadic Colors of #bac73f

#bac73f #3fbac7 #c73fba

Analogous Colors of #bac73f

#bac73f #76c73f #c7903f

Monochromatic Colors of #bac73f

#bac73f

Complementary Color

#bac73f #4c3fc7

#bac73f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac73f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac73f Color CSS Codes

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

#bac73f Text Font Color

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

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


#bac73f Background Color

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

This div background color is #bac73f


#bac73f Border Color

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

This div border color is #bac73f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac73f


Comments

No comments written yet.

Please login to write comment.