Color Hex Logo

#bac66d Color Hex

#BAC66D
(186,198,109)
0 Favorites   0 Comments

Color spaces of #bac66d

RGB 186198109
HSL0.190.440.60
HSV68°45°78°
CMYK 0.060.000.45   0.22
XYZ43.204151.931422.2147
Yxy51.93140.36820.4425
Hunter Lab72.0634-19.095232.1673
CIE-Lab77.2398-17.452543.0184

#bac66d color RGB value is (186,198,109).

#bac66d hex color red value is 186, green value is 198 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bac66d hue: 0.19 , saturation: 0.44 and the lightness value of bac66d is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000110 01101101
Octal 272 306 155
Decimal 186 198 109
Hex BA C6 6D

RGB Percentages of Color #bac66d

%37.73
%40.16
%22.11

CMYK Percentages of Color #bac66d

%6
%0
%45
%22

Triadic Colors of #bac66d

#bac66d #6dbac6 #c66dba

Analogous Colors of #bac66d

#bac66d #8ec66d #c6a66d

Monochromatic Colors of #bac66d

#bac66d

Complementary Color

#bac66d #796dc6

#bac66d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac66d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac66d Color CSS Codes

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

#bac66d Text Font Color

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

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


#bac66d Background Color

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

This div background color is #bac66d


#bac66d Border Color

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

This div border color is #bac66d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac66d


Comments

No comments written yet.

Please login to write comment.