Color Hex Logo

#a6faad Color Hex

#A6FAAD
(166,250,173)
0 Favorites   0 Comments

Color spaces of #a6faad

RGB 166250173
HSL0.350.890.82
HSV125°34°98°
CMYK 0.340.000.31   0.02
XYZ57.454379.495351.8511
Yxy79.49530.30430.4211
Hunter Lab89.1601-41.005827.9320
CIE-Lab91.4579-40.416729.0909

#a6faad color RGB value is (166,250,173).

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

The process color (four color CMYK) of #a6faad color hex is 0.34, 0.00, 0.31, 0.02. Web safe color of #a6faad is #99ff99. Color #a6faad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 10101101
Octal 246 372 255
Decimal 166 250 173
Hex A6 FA AD

RGB Percentages of Color #a6faad

%28.18
%42.44
%29.37

CMYK Percentages of Color #a6faad

%34
%0
%31
%2

Triadic Colors of #a6faad

#a6faad #ada6fa #faada6

Analogous Colors of #a6faad

#a6faad #a6fad7 #c9faa6

Monochromatic Colors of #a6faad

#a6faad

Complementary Color

#a6faad #faa6f3

#a6faad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6faad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6faad Color CSS Codes

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

#a6faad Text Font Color

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

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


#a6faad Background Color

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

This div background color is #a6faad


#a6faad Border Color

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

This div border color is #a6faad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6faad

Related Colors


Comments

No comments written yet.

Please login to write comment.