Color Hex Logo

#a6dfaa Color Hex

#A6DFAA
(166,223,170)
0 Favorites   0 Comments

Color spaces of #a6dfaa

RGB 166223170
HSL0.350.470.76
HSV124°26°87°
CMYK 0.260.000.24   0.13
XYZ49.369363.784647.7398
Yxy63.78460.30680.3964
Hunter Lab79.8653-29.423120.4648
CIE-Lab83.8535-28.480020.2219

#a6dfaa color RGB value is (166,223,170).

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

The process color (four color CMYK) of #a6dfaa color hex is 0.26, 0.00, 0.24, 0.13. Web safe color of #a6dfaa is #99cc99. Color #a6dfaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11011111 10101010
Octal 246 337 252
Decimal 166 223 170
Hex A6 DF AA

RGB Percentages of Color #a6dfaa

%29.70
%39.89
%30.41

CMYK Percentages of Color #a6dfaa

%26
%0
%24
%13

Triadic Colors of #a6dfaa

#a6dfaa #aaa6df #dfaaa6

Analogous Colors of #a6dfaa

#a6dfaa #a6dfc7 #bfdfa6

Monochromatic Colors of #a6dfaa

#a6dfaa

Complementary Color

#a6dfaa #dfa6db

#a6dfaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6dfaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6dfaa Color CSS Codes

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

#a6dfaa Text Font Color

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

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


#a6dfaa Background Color

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

This div background color is #a6dfaa


#a6dfaa Border Color

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

This div border color is #a6dfaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6dfaa


Comments

No comments written yet.

Please login to write comment.