Color Hex Logo

#bac06d Color Hex

#BAC06D
(186,192,109)
0 Favorites   0 Comments

Color spaces of #bac06d

RGB 186192109
HSL0.180.400.59
HSV64°43°75°
CMYK 0.030.000.43   0.25
XYZ41.859749.242521.7665
Yxy49.24250.37090.4363
Hunter Lab70.1730-16.323730.7303
CIE-Lab75.6019-14.422540.9918

#bac06d color RGB value is (186,192,109).

#bac06d hex color red value is 186, green value is 192 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bac06d hue: 0.18 , saturation: 0.40 and the lightness value of bac06d is 0.59.

The process color (four color CMYK) of #bac06d color hex is 0.03, 0.00, 0.43, 0.25. Web safe color of #bac06d is #cccc66. Color #bac06d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11000000 01101101
Octal 272 300 155
Decimal 186 192 109
Hex BA C0 6D

RGB Percentages of Color #bac06d

%38.19
%39.43
%22.38

CMYK Percentages of Color #bac06d

%3
%0
%43
%25

Triadic Colors of #bac06d

#bac06d #6dbac0 #c06dba

Analogous Colors of #bac06d

#bac06d #91c06d #c09d6d

Monochromatic Colors of #bac06d

#bac06d

Complementary Color

#bac06d #736dc0

#bac06d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bac06d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bac06d Color CSS Codes

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

#bac06d Text Font Color

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

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


#bac06d Background Color

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

This div background color is #bac06d


#bac06d Border Color

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

This div border color is #bac06d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bac06d


Comments

No comments written yet.

Please login to write comment.