Color Hex Logo

#a6ddaa Color Hex

#A6DDAA
(166,221,170)
0 Favorites   0 Comments

Color spaces of #a6ddaa

RGB 166221170
HSL0.350.450.76
HSV124°25°87°
CMYK 0.250.000.23   0.13
XYZ48.838062.722247.5628
Yxy62.72220.30690.3942
Hunter Lab79.1973-28.521219.8309
CIE-Lab83.2960-27.524019.4487

#a6ddaa color RGB value is (166,221,170).

#a6ddaa hex color red value is 166, green value is 221 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a6ddaa hue: 0.35 , saturation: 0.45 and the lightness value of a6ddaa is 0.76.

The process color (four color CMYK) of #a6ddaa color hex is 0.25, 0.00, 0.23, 0.13. Web safe color of #a6ddaa is #99cc99. Color #a6ddaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011101 10101010
Octal 246 335 252
Decimal 166 221 170
Hex A6 DD AA

RGB Percentages of Color #a6ddaa

%29.80
%39.68
%30.52

CMYK Percentages of Color #a6ddaa

%25
%0
%23
%13

Triadic Colors of #a6ddaa

#a6ddaa #aaa6dd #ddaaa6

Analogous Colors of #a6ddaa

#a6ddaa #a6ddc6 #bedda6

Monochromatic Colors of #a6ddaa

#a6ddaa

Complementary Color

#a6ddaa #dda6d9

#a6ddaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6ddaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6ddaa Color CSS Codes

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

#a6ddaa Text Font Color

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

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


#a6ddaa Background Color

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

This div background color is #a6ddaa


#a6ddaa Border Color

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

This div border color is #a6ddaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6ddaa


Comments

No comments written yet.

Please login to write comment.