Color Hex Logo

#bac54e Color Hex

#BAC54E
(186,197,78)
0 Favorites   0 Comments

Color spaces of #bac54e

RGB 18619778
HSL0.180.510.54
HSV66°60°77°
CMYK 0.060.000.60   0.23
XYZ41.591150.921714.8445
Yxy50.92170.38740.4743
Hunter Lab71.3594-20.842237.6178
CIE-Lab76.6316-19.675956.7741

#bac54e color RGB value is (186,197,78).

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

The process color (four color CMYK) of #bac54e color hex is 0.06, 0.00, 0.60, 0.23. Web safe color of #bac54e is #cccc66. Color #bac54e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01001110
Octal 272 305 116
Decimal 186 197 78
Hex BA C5 4E

RGB Percentages of Color #bac54e

%40.35
%42.73
%16.92

CMYK Percentages of Color #bac54e

%6
%0
%60
%23

Triadic Colors of #bac54e

#bac54e #4ebac5 #c54eba

Analogous Colors of #bac54e

#bac54e #7fc54e #c5954e

Monochromatic Colors of #bac54e

#bac54e

Complementary Color

#bac54e #594ec5

#bac54e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac54e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac54e Color CSS Codes

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

#bac54e Text Font Color

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

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


#bac54e Background Color

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

This div background color is #bac54e


#bac54e Border Color

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

This div border color is #bac54e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac54e


Comments

No comments written yet.

Please login to write comment.