Color Hex Logo

#bac64d Color Hex

#BAC64D
(186,198,77)
0 Favorites   0 Comments

Color spaces of #bac64d

RGB 18619877
HSL0.180.510.54
HSV66°61°78°
CMYK 0.060.000.61   0.22
XYZ41.783351.363114.7330
Yxy51.36310.38730.4761
Hunter Lab71.6681-21.351537.9792
CIE-Lab76.8984-20.242457.4926

#bac64d color RGB value is (186,198,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01001101
Octal 272 306 115
Decimal 186 198 77
Hex BA C6 4D

RGB Percentages of Color #bac64d

%40.35
%42.95
%16.70

CMYK Percentages of Color #bac64d

%6
%0
%61
%22

Triadic Colors of #bac64d

#bac64d #4dbac6 #c64dba

Analogous Colors of #bac64d

#bac64d #7ec64d #c6964d

Monochromatic Colors of #bac64d

#bac64d

Complementary Color

#bac64d #594dc6

#bac64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac64d Color CSS Codes

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

#bac64d Text Font Color

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

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


#bac64d Background Color

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

This div background color is #bac64d


#bac64d Border Color

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

This div border color is #bac64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac64d


Comments

No comments written yet.

Please login to write comment.