Color Hex Logo

#bac520 Color Hex

#BAC520
(186,197,32)
0 Favorites   0 Comments

Color spaces of #bac520

RGB 18619732
HSL0.180.720.45
HSV64°84°77°
CMYK 0.060.000.84   0.23
XYZ40.476750.47598.9760
Yxy50.47590.40510.5051
Hunter Lab71.0464-22.635842.2418
CIE-Lab76.3604-21.928472.1984

#bac520 color RGB value is (186,197,32).

#bac520 hex color red value is 186, green value is 197 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #bac520 hue: 0.18 , saturation: 0.72 and the lightness value of bac520 is 0.45.

The process color (four color CMYK) of #bac520 color hex is 0.06, 0.00, 0.84, 0.23. Web safe color of #bac520 is #cccc33. Color #bac520 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00100000
Octal 272 305 40
Decimal 186 197 32
Hex BA C5 20

RGB Percentages of Color #bac520

%44.82
%47.47
%7.71

CMYK Percentages of Color #bac520

%6
%0
%84
%23

Triadic Colors of #bac520

#bac520 #20bac5 #c520ba

Analogous Colors of #bac520

#bac520 #68c520 #c57e20

Monochromatic Colors of #bac520

#bac520

Complementary Color

#bac520 #2b20c5

#bac520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac520 Color CSS Codes

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

#bac520 Text Font Color

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

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


#bac520 Background Color

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

This div background color is #bac520


#bac520 Border Color

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

This div border color is #bac520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac520


Comments

No comments written yet.

Please login to write comment.