Color Hex Logo

#a6faed Color Hex

#A6FAED
(166,250,237)
0 Favorites   0 Comments

Color spaces of #a6faed

RGB 166250237
HSL0.470.890.82
HSV171°34°98°
CMYK 0.340.000.05   0.02
XYZ65.197682.592692.6265
Yxy82.59260.27120.3435
Hunter Lab90.8805-30.98503.1872
CIE-Lab92.8358-28.1578-1.8576

#a6faed color RGB value is (166,250,237).

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

The process color (four color CMYK) of #a6faed color hex is 0.34, 0.00, 0.05, 0.02. Web safe color of #a6faed is #99ffff. Color #a6faed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 11111010 11101101
Octal 246 372 355
Decimal 166 250 237
Hex A6 FA ED

RGB Percentages of Color #a6faed

%25.42
%38.28
%36.29

CMYK Percentages of Color #a6faed

%34
%0
%5
%2

Triadic Colors of #a6faed

#a6faed #eda6fa #faeda6

Analogous Colors of #a6faed

#a6faed #a6ddfa #a6fac3

Monochromatic Colors of #a6faed

#a6faed

Complementary Color

#a6faed #faa6b3

#a6faed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6faed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6faed Color CSS Codes

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

#a6faed Text Font Color

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

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


#a6faed Background Color

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

This div background color is #a6faed


#a6faed Border Color

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

This div border color is #a6faed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6faed

Related Colors


Comments

No comments written yet.

Please login to write comment.