Color Hex Logo

#bac34d Color Hex

#BAC34D
(186,195,77)
0 Favorites   0 Comments

Color spaces of #bac34d

RGB 18619577
HSL0.180.500.53
HSV65°61°76°
CMYK 0.050.000.61   0.24
XYZ41.104450.005114.5067
Yxy50.00510.38920.4735
Hunter Lab70.7143-19.992537.3369
CIE-Lab76.0724-18.752256.5968

#bac34d color RGB value is (186,195,77).

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

The process color (four color CMYK) of #bac34d color hex is 0.05, 0.00, 0.61, 0.24. Web safe color of #bac34d is #cccc66. Color #bac34d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000011 01001101
Octal 272 303 115
Decimal 186 195 77
Hex BA C3 4D

RGB Percentages of Color #bac34d

%40.61
%42.58
%16.81

CMYK Percentages of Color #bac34d

%5
%0
%61
%24

Triadic Colors of #bac34d

#bac34d #4dbac3 #c34dba

Analogous Colors of #bac34d

#bac34d #7fc34d #c3914d

Monochromatic Colors of #bac34d

#bac34d

Complementary Color

#bac34d #564dc3

#bac34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac34d Color CSS Codes

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

#bac34d Text Font Color

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

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


#bac34d Background Color

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

This div background color is #bac34d


#bac34d Border Color

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

This div border color is #bac34d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac34d


Comments

No comments written yet.

Please login to write comment.