color codes Logo

#bac63f color codes

#BAC63F
(186,198,63)
0 Favorites   0 Comments

Color spaces of #bac63f

RGB 18619863
HSL0.180.540.51
HSV65°68°78°
CMYK 0.060.000.68   0.22
XYZ41.341051.186212.4036
Yxy51.18620.39400.4878
Hunter Lab71.5445-22.059239.8021
CIE-Lab76.7917-21.128463.0331

#bac63f color RGB value is (186,198,63).

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

The process color (four color CMYK) of #bac63f color code is 0.06, 0.00, 0.68, 0.22. Web safe color of #bac63f is #cccc33. Color #bac63f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 00111111
Octal 272 306 77
Decimal 186 198 63
Hex BA C6 3F

RGB Percentages of Color #bac63f

%41.61
%44.30
%14.09

CMYK Percentages of Color #bac63f

%6
%0
%68
%22

Triadic Colors of #bac63f

#bac63f #3fbac6 #c63fba

Analogous Colors of #bac63f

#bac63f #77c63f #c68f3f

Monochromatic Colors of #bac63f

#bac63f

Complementary Color

#bac63f #4b3fc6

#bac63f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac63f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac63f Color CSS Codes

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

#bac63f Text Font Color

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

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


#bac63f Background Color

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

This div background color is #bac63f


#bac63f Border Color

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

This div border color is #bac63f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac63f


Comments

No comments written yet.

Please login to write comment.