Color Hex Logo

#bac64e Color Hex

#BAC64E
(186,198,78)
0 Favorites   0 Comments

Color spaces of #bac64e

RGB 18619878
HSL0.180.510.54
HSV66°61°78°
CMYK 0.060.000.61   0.22
XYZ41.818951.377314.9205
Yxy51.37730.38680.4752
Hunter Lab71.6780-21.294637.8328
CIE-Lab76.9070-20.171357.0736

#bac64e color RGB value is (186,198,78).

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

The process color (four color CMYK) of #bac64e color hex is 0.06, 0.00, 0.61, 0.22. Web safe color of #bac64e is #cccc66. Color #bac64e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01001110
Octal 272 306 116
Decimal 186 198 78
Hex BA C6 4E

RGB Percentages of Color #bac64e

%40.26
%42.86
%16.88

CMYK Percentages of Color #bac64e

%6
%0
%61
%22

Triadic Colors of #bac64e

#bac64e #4ebac6 #c64eba

Analogous Colors of #bac64e

#bac64e #7ec64e #c6964e

Monochromatic Colors of #bac64e

#bac64e

Complementary Color

#bac64e #5a4ec6

#bac64e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac64e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac64e Color CSS Codes

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

#bac64e Text Font Color

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

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


#bac64e Background Color

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

This div background color is #bac64e


#bac64e Border Color

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

This div border color is #bac64e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac64e


Comments

No comments written yet.

Please login to write comment.