Color Hex Logo

#bacc3a Color Hex

#BACC3A
(186,204,58)
0 Favorites   0 Comments

Color spaces of #bacc3a

RGB 18620458
HSL0.190.590.51
HSV67°72°80°
CMYK 0.090.000.72   0.20
XYZ42.606353.930312.1670
Yxy53.93030.39190.4961
Hunter Lab73.4373-24.954341.5830
CIE-Lab78.4211-24.325666.4628

#bacc3a color RGB value is (186,204,58).

#bacc3a hex color red value is 186, green value is 204 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #bacc3a hue: 0.19 , saturation: 0.59 and the lightness value of bacc3a is 0.51.

The process color (four color CMYK) of #bacc3a color hex is 0.09, 0.00, 0.72, 0.20. Web safe color of #bacc3a is #cccc33. Color #bacc3a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001100 00111010
Octal 272 314 72
Decimal 186 204 58
Hex BA CC 3A

RGB Percentages of Color #bacc3a

%41.52
%45.54
%12.95

CMYK Percentages of Color #bacc3a

%9
%0
%72
%20

Triadic Colors of #bacc3a

#bacc3a #3abacc #cc3aba

Analogous Colors of #bacc3a

#bacc3a #71cc3a #cc953a

Monochromatic Colors of #bacc3a

#bacc3a

Complementary Color

#bacc3a #4c3acc

#bacc3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacc3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacc3a Color CSS Codes

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

#bacc3a Text Font Color

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

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


#bacc3a Background Color

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

This div background color is #bacc3a


#bacc3a Border Color

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

This div border color is #bacc3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacc3a


Comments

No comments written yet.

Please login to write comment.