Color Hex Logo

#bac54d Color Hex

#BAC54D
(186,197,77)
0 Favorites   0 Comments

Color spaces of #bac54d

RGB 18619777
HSL0.180.510.54
HSV66°61°77°
CMYK 0.060.000.61   0.23
XYZ41.555550.907414.6571
Yxy50.90740.38790.4752
Hunter Lab71.3494-20.899137.7648
CIE-Lab76.6229-19.746857.1941

#bac54d color RGB value is (186,197,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000101 01001101
Octal 272 305 115
Decimal 186 197 77
Hex BA C5 4D

RGB Percentages of Color #bac54d

%40.43
%42.83
%16.74

CMYK Percentages of Color #bac54d

%6
%0
%61
%23

Triadic Colors of #bac54d

#bac54d #4dbac5 #c54dba

Analogous Colors of #bac54d

#bac54d #7ec54d #c5944d

Monochromatic Colors of #bac54d

#bac54d

Complementary Color

#bac54d #584dc5

#bac54d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac54d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac54d Color CSS Codes

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

#bac54d Text Font Color

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

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


#bac54d Background Color

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

This div background color is #bac54d


#bac54d Border Color

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

This div border color is #bac54d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac54d


Comments

No comments written yet.

Please login to write comment.