Color Hex Logo

#bacd6d Color Hex

#BACD6D
(186,205,109)
0 Favorites   0 Comments

Color spaces of #bacd6d

RGB 186205109
HSL0.200.490.62
HSV72°47°80°
CMYK 0.090.000.47   0.20
XYZ44.841355.205922.7604
Yxy55.20590.36510.4495
Hunter Lab74.3007-22.299433.8483
CIE-Lab79.1597-20.932045.3723

#bacd6d color RGB value is (186,205,109).

#bacd6d hex color red value is 186, green value is 205 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #bacd6d hue: 0.20 , saturation: 0.49 and the lightness value of bacd6d is 0.62.

The process color (four color CMYK) of #bacd6d color hex is 0.09, 0.00, 0.47, 0.20. Web safe color of #bacd6d is #cccc66. Color #bacd6d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10111010 11001101 01101101
Octal 272 315 155
Decimal 186 205 109
Hex BA CD 6D

RGB Percentages of Color #bacd6d

%37.20
%41.00
%21.80

CMYK Percentages of Color #bacd6d

%9
%0
%47
%20

Triadic Colors of #bacd6d

#bacd6d #6dbacd #cd6dba

Analogous Colors of #bacd6d

#bacd6d #8acd6d #cdb06d

Monochromatic Colors of #bacd6d

#bacd6d

Complementary Color

#bacd6d #806dcd

#bacd6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bacd6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bacd6d Color CSS Codes

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

#bacd6d Text Font Color

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

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


#bacd6d Background Color

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

This div background color is #bacd6d


#bacd6d Border Color

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

This div border color is #bacd6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bacd6d


Comments

No comments written yet.

Please login to write comment.