Color Hex Logo

#bac00e Color Hex

#BAC00E
(186,192,14)
0 Favorites   0 Comments

Color spaces of #bac00e

RGB 18619214
HSL0.170.860.40
HSV62°93°75°
CMYK 0.030.000.93   0.25
XYZ39.178648.17017.6483
Yxy48.17010.41240.5071
Hunter Lab69.4047-20.695842.0496
CIE-Lab74.9321-19.836874.2584

#bac00e color RGB value is (186,192,14).

#bac00e hex color red value is 186, green value is 192 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #bac00e hue: 0.17 , saturation: 0.86 and the lightness value of bac00e is 0.40.

The process color (four color CMYK) of #bac00e color hex is 0.03, 0.00, 0.93, 0.25. Web safe color of #bac00e is #cccc00. Color #bac00e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000000 00001110
Octal 272 300 16
Decimal 186 192 14
Hex BA C0 E

RGB Percentages of Color #bac00e

%47.45
%48.98
%3.57

CMYK Percentages of Color #bac00e

%3
%0
%93
%25

Triadic Colors of #bac00e

#bac00e #0ebac0 #c00eba

Analogous Colors of #bac00e

#bac00e #61c00e #c06d0e

Monochromatic Colors of #bac00e

#bac00e

Complementary Color

#bac00e #140ec0

#bac00e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac00e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac00e Color CSS Codes

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

#bac00e Text Font Color

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

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


#bac00e Background Color

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

This div background color is #bac00e


#bac00e Border Color

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

This div border color is #bac00e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(186,192,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 #bac00e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac00e


Comments

No comments written yet.

Please login to write comment.