Color Hex Logo

#a9fae1 Color Hex

#A9FAE1
(169,250,225)
0 Favorites   0 Comments

Color spaces of #a9fae1

RGB 169250225
HSL0.450.890.82
HSV161°32°98°
CMYK 0.320.000.10   0.02
XYZ64.138482.242583.7281
Yxy82.24250.27870.3574
Hunter Lab90.6877-32.46018.7414
CIE-Lab92.6818-29.89514.1508

#a9fae1 color RGB value is (169,250,225).

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

The process color (four color CMYK) of #a9fae1 color hex is 0.32, 0.00, 0.10, 0.02. Web safe color of #a9fae1 is #99ffcc. Color #a9fae1 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111010 11100001
Octal 251 372 341
Decimal 169 250 225
Hex A9 FA E1

RGB Percentages of Color #a9fae1

%26.24
%38.82
%34.94

CMYK Percentages of Color #a9fae1

%32
%0
%10
%2

Triadic Colors of #a9fae1

#a9fae1 #e1a9fa #fae1a9

Analogous Colors of #a9fae1

#a9fae1 #a9ebfa #a9fab9

Monochromatic Colors of #a9fae1

#a9fae1

Complementary Color

#a9fae1 #faa9c2

#a9fae1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fae1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fae1 Color CSS Codes

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

#a9fae1 Text Font Color

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

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


#a9fae1 Background Color

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

This div background color is #a9fae1


#a9fae1 Border Color

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

This div border color is #a9fae1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fae1


Comments

No comments written yet.

Please login to write comment.