Color Hex Logo

#bac04e Color Hex

#BAC04E
(186,192,78)
0 Favorites   0 Comments

Color spaces of #bac04e

RGB 18619278
HSL0.180.480.53
HSV63°59°75°
CMYK 0.030.000.59   0.25
XYZ40.474548.688414.4723
Yxy48.68840.39050.4698
Hunter Lab69.7771-18.570236.5468
CIE-Lab75.2571-17.179255.2719

#bac04e color RGB value is (186,192,78).

#bac04e hex color red value is 186, green value is 192 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #bac04e hue: 0.18 , saturation: 0.48 and the lightness value of bac04e is 0.53.

The process color (four color CMYK) of #bac04e color hex is 0.03, 0.00, 0.59, 0.25. Web safe color of #bac04e is #cccc66. Color #bac04e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000000 01001110
Octal 272 300 116
Decimal 186 192 78
Hex BA C0 4E

RGB Percentages of Color #bac04e

%40.79
%42.11
%17.11

CMYK Percentages of Color #bac04e

%3
%0
%59
%25

Triadic Colors of #bac04e

#bac04e #4ebac0 #c04eba

Analogous Colors of #bac04e

#bac04e #81c04e #c08d4e

Monochromatic Colors of #bac04e

#bac04e

Complementary Color

#bac04e #544ec0

#bac04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac04e Color CSS Codes

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

#bac04e Text Font Color

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

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


#bac04e Background Color

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

This div background color is #bac04e


#bac04e Border Color

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

This div border color is #bac04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac04e


Comments

No comments written yet.

Please login to write comment.