Color Hex Logo

#a6d86c Color Hex

#A6D86C
(166,216,108)
0 Favorites   0 Comments

Color spaces of #a6d86c

RGB 166216108
HSL0.240.580.64
HSV88°50°85°
CMYK 0.230.000.50   0.15
XYZ42.988558.301423.1749
Yxy58.30140.34540.4684
Hunter Lab76.3554-33.125335.4534
CIE-Lab80.9061-33.895947.6671

#a6d86c color RGB value is (166,216,108).

#a6d86c hex color red value is 166, green value is 216 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #a6d86c hue: 0.24 , saturation: 0.58 and the lightness value of a6d86c is 0.64.

The process color (four color CMYK) of #a6d86c color hex is 0.23, 0.00, 0.50, 0.15. Web safe color of #a6d86c is #99cc66. Color #a6d86c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011000 01101100
Octal 246 330 154
Decimal 166 216 108
Hex A6 D8 6C

RGB Percentages of Color #a6d86c

%33.88
%44.08
%22.04

CMYK Percentages of Color #a6d86c

%23
%0
%50
%15

Triadic Colors of #a6d86c

#a6d86c #6ca6d8 #d86ca6

Analogous Colors of #a6d86c

#a6d86c #70d86c #d8d46c

Monochromatic Colors of #a6d86c

#a6d86c

Complementary Color

#a6d86c #9e6cd8

#a6d86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6d86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6d86c Color CSS Codes

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

#a6d86c Text Font Color

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

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


#a6d86c Background Color

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

This div background color is #a6d86c


#a6d86c Border Color

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

This div border color is #a6d86c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(166,216,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a6d86c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a6d86c;
  -webkit-box-shadow: 1px 1px 3px 2px #a6d86c;
  box-shadow:         1px 1px 3px 2px #a6d86c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,216,108, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6d86c


Comments

No comments written yet.

Please login to write comment.