Color Hex Logo

#bac30c Color Hex

#BAC30C
(186,195,12)
0 Favorites   0 Comments

Color spaces of #bac30c

RGB 18619512
HSL0.170.880.41
HSV63°94°76°
CMYK 0.050.000.94   0.24
XYZ39.831249.49597.8022
Yxy49.49590.41010.5096
Hunter Lab70.3533-22.058842.6721
CIE-Lab75.7588-21.345575.1339

#bac30c color RGB value is (186,195,12).

#bac30c hex color red value is 186, green value is 195 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #bac30c hue: 0.17 , saturation: 0.88 and the lightness value of bac30c is 0.41.

The process color (four color CMYK) of #bac30c color hex is 0.05, 0.00, 0.94, 0.24. Web safe color of #bac30c is #cccc00. Color #bac30c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 00001100
Octal 272 303 14
Decimal 186 195 12
Hex BA C3 C

RGB Percentages of Color #bac30c

%47.33
%49.62
%3.05

CMYK Percentages of Color #bac30c

%5
%0
%94
%24

Triadic Colors of #bac30c

#bac30c #0cbac3 #c30cba

Analogous Colors of #bac30c

#bac30c #5ec30c #c3710c

Monochromatic Colors of #bac30c

#bac30c

Complementary Color

#bac30c #150cc3

#bac30c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac30c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac30c Color CSS Codes

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

#bac30c Text Font Color

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

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


#bac30c Background Color

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

This div background color is #bac30c


#bac30c Border Color

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

This div border color is #bac30c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac30c


Comments

No comments written yet.

Please login to write comment.