Color Hex Logo

#a6eaad Color Hex

#A6EAAD
(166,234,173)
0 Favorites   0 Comments

Color spaces of #a6eaad

RGB 166234173
HSL0.350.620.78
HSV126°29°92°
CMYK 0.290.000.26   0.08
XYZ52.691569.969850.2635
Yxy69.96980.30470.4046
Hunter Lab83.6480-33.943222.9266
CIE-Lab86.9821-33.144622.9844

#a6eaad color RGB value is (166,234,173).

#a6eaad hex color red value is 166, green value is 234 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a6eaad hue: 0.35 , saturation: 0.62 and the lightness value of a6eaad is 0.78.

The process color (four color CMYK) of #a6eaad color hex is 0.29, 0.00, 0.26, 0.08. Web safe color of #a6eaad is #99ff99. Color #a6eaad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11101010 10101101
Octal 246 352 255
Decimal 166 234 173
Hex A6 EA AD

RGB Percentages of Color #a6eaad

%28.97
%40.84
%30.19

CMYK Percentages of Color #a6eaad

%29
%0
%26
%8

Triadic Colors of #a6eaad

#a6eaad #ada6ea #eaada6

Analogous Colors of #a6eaad

#a6eaad #a6eacf #c1eaa6

Monochromatic Colors of #a6eaad

#a6eaad

Complementary Color

#a6eaad #eaa6e3

#a6eaad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6eaad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6eaad Color CSS Codes

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

#a6eaad Text Font Color

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

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


#a6eaad Background Color

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

This div background color is #a6eaad


#a6eaad Border Color

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

This div border color is #a6eaad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6eaad


Comments

No comments written yet.

Please login to write comment.