Color Hex Logo

#a6edaa Color Hex

#A6EDAA
(166,237,170)
0 Favorites   0 Comments

Color spaces of #a6edaa

RGB 166237170
HSL0.340.660.79
HSV123°30°93°
CMYK 0.300.000.28   0.07
XYZ53.265871.577649.0387
Yxy71.57760.30630.4116
Hunter Lab84.6035-35.673924.8563
CIE-Lab87.7649-35.032025.6000

#a6edaa color RGB value is (166,237,170).

#a6edaa hex color red value is 166, green value is 237 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a6edaa hue: 0.34 , saturation: 0.66 and the lightness value of a6edaa is 0.79.

The process color (four color CMYK) of #a6edaa color hex is 0.30, 0.00, 0.28, 0.07. Web safe color of #a6edaa is #99ff99. Color #a6edaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101101 10101010
Octal 246 355 252
Decimal 166 237 170
Hex A6 ED AA

RGB Percentages of Color #a6edaa

%28.97
%41.36
%29.67

CMYK Percentages of Color #a6edaa

%30
%0
%28
%7

Triadic Colors of #a6edaa

#a6edaa #aaa6ed #edaaa6

Analogous Colors of #a6edaa

#a6edaa #a6edce #c6eda6

Monochromatic Colors of #a6edaa

#a6edaa

Complementary Color

#a6edaa #eda6e9

#a6edaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6edaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6edaa Color CSS Codes

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

#a6edaa Text Font Color

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

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


#a6edaa Background Color

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

This div background color is #a6edaa


#a6edaa Border Color

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

This div border color is #a6edaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6edaa


Comments

No comments written yet.

Please login to write comment.