Color Hex Logo

#bac83f Color Hex

#BAC83F
(186,200,63)
0 Favorites   0 Comments

Color spaces of #bac83f

RGB 18620063
HSL0.180.550.52
HSV66°69°78°
CMYK 0.070.000.69   0.22
XYZ41.801252.106512.5570
Yxy52.10650.39260.4894
Hunter Lab72.1848-22.956740.2155
CIE-Lab77.3445-22.110763.5882

#bac83f color RGB value is (186,200,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001000 00111111
Octal 272 310 77
Decimal 186 200 63
Hex BA C8 3F

RGB Percentages of Color #bac83f

%41.43
%44.54
%14.03

CMYK Percentages of Color #bac83f

%7
%0
%69
%22

Triadic Colors of #bac83f

#bac83f #3fbac8 #c83fba

Analogous Colors of #bac83f

#bac83f #76c83f #c8923f

Monochromatic Colors of #bac83f

#bac83f

Complementary Color

#bac83f #4d3fc8

#bac83f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac83f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac83f Color CSS Codes

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

#bac83f Text Font Color

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

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


#bac83f Background Color

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

This div background color is #bac83f


#bac83f Border Color

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

This div border color is #bac83f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac83f


Comments

No comments written yet.

Please login to write comment.