Color Hex Logo

#bac40e Color Hex

#BAC40E
(186,196,14)
0 Favorites   0 Comments

Color spaces of #bac40e

RGB 18619614
HSL0.180.870.41
HSV63°93°77°
CMYK 0.050.000.93   0.23
XYZ40.068949.95077.9451
Yxy49.95070.40900.5099
Hunter Lab70.6758-22.484042.8079
CIE-Lab76.0390-21.810475.1129

#bac40e color RGB value is (186,196,14).

#bac40e hex color red value is 186, green value is 196 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bac40e hue: 0.18 , saturation: 0.87 and the lightness value of bac40e is 0.41.

The process color (four color CMYK) of #bac40e color hex is 0.05, 0.00, 0.93, 0.23. Web safe color of #bac40e is #cccc00. Color #bac40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000100 00001110
Octal 272 304 16
Decimal 186 196 14
Hex BA C4 E

RGB Percentages of Color #bac40e

%46.97
%49.49
%3.54

CMYK Percentages of Color #bac40e

%5
%0
%93
%23

Triadic Colors of #bac40e

#bac40e #0ebac4 #c40eba

Analogous Colors of #bac40e

#bac40e #5fc40e #c4730e

Monochromatic Colors of #bac40e

#bac40e

Complementary Color

#bac40e #180ec4

#bac40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac40e Color CSS Codes

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

#bac40e Text Font Color

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

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


#bac40e Background Color

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

This div background color is #bac40e


#bac40e Border Color

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

This div border color is #bac40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac40e


Comments

No comments written yet.

Please login to write comment.