Color Hex Logo

#a6fadf Color Hex

#A6FADF
(166,250,223)
0 Favorites   0 Comments

Color spaces of #a6fadf

RGB 166250223
HSL0.450.890.82
HSV161°34°98°
CMYK 0.340.000.11   0.02
XYZ63.230881.805982.2695
Yxy81.80590.27820.3599
Hunter Lab90.4466-33.49319.3829
CIE-Lab92.4891-31.14314.8889

#a6fadf color RGB value is (166,250,223).

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

The process color (four color CMYK) of #a6fadf color hex is 0.34, 0.00, 0.11, 0.02. Web safe color of #a6fadf is #99ffcc. Color #a6fadf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11011111
Octal 246 372 337
Decimal 166 250 223
Hex A6 FA DF

RGB Percentages of Color #a6fadf

%25.98
%39.12
%34.90

CMYK Percentages of Color #a6fadf

%34
%0
%11
%2

Triadic Colors of #a6fadf

#a6fadf #dfa6fa #fadfa6

Analogous Colors of #a6fadf

#a6fadf #a6ebfa #a6fab5

Monochromatic Colors of #a6fadf

#a6fadf

Complementary Color

#a6fadf #faa6c1

#a6fadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6fadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6fadf Color CSS Codes

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

#a6fadf Text Font Color

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

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


#a6fadf Background Color

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

This div background color is #a6fadf


#a6fadf Border Color

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

This div border color is #a6fadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6fadf


Comments

No comments written yet.

Please login to write comment.