Color Hex Logo

#bac504 Color Hex

#BAC504
(186,197,4)
0 Favorites   0 Comments

Color spaces of #bac504

RGB 1861974
HSL0.180.960.39
HSV63°98°77°
CMYK 0.060.000.98   0.23
XYZ40.237950.38047.7185
Yxy50.38040.40920.5123
Hunter Lab70.9792-23.022343.2380
CIE-Lab76.3022-22.418476.3689

#bac504 color RGB value is (186,197,4).

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

The process color (four color CMYK) of #bac504 color hex is 0.06, 0.00, 0.98, 0.23. Web safe color of #bac504 is #cccc00. Color #bac504 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 00000100
Octal 272 305 4
Decimal 186 197 4
Hex BA C5 4

RGB Percentages of Color #bac504

%48.06
%50.90
%1.03

CMYK Percentages of Color #bac504

%6
%0
%98
%23

Triadic Colors of #bac504

#bac504 #04bac5 #c504ba

Analogous Colors of #bac504

#bac504 #59c504 #c57004

Monochromatic Colors of #bac504

#bac504

Complementary Color

#bac504 #0f04c5

#bac504 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac504 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac504 Color CSS Codes

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

#bac504 Text Font Color

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

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


#bac504 Background Color

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

This div background color is #bac504


#bac504 Border Color

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

This div border color is #bac504


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac504


Comments

No comments written yet.

Please login to write comment.