Color Hex Logo

#a9fad5 Color Hex

#A9FAD5
(169,250,213)
0 Favorites   0 Comments

Color spaces of #a9fad5

RGB 169250213
HSL0.420.890.82
HSV153°32°98°
CMYK 0.320.000.15   0.02
XYZ62.558081.610375.4060
Yxy81.61030.28490.3717
Hunter Lab90.3384-34.483713.7472
CIE-Lab92.4026-32.32379.9532

#a9fad5 color RGB value is (169,250,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111010 11010101
Octal 251 372 325
Decimal 169 250 213
Hex A9 FA D5

RGB Percentages of Color #a9fad5

%26.74
%39.56
%33.70

CMYK Percentages of Color #a9fad5

%32
%0
%15
%2

Triadic Colors of #a9fad5

#a9fad5 #d5a9fa #fad5a9

Analogous Colors of #a9fad5

#a9fad5 #a9f7fa #a9faad

Monochromatic Colors of #a9fad5

#a9fad5

Complementary Color

#a9fad5 #faa9ce

#a9fad5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9fad5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9fad5 Color CSS Codes

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

#a9fad5 Text Font Color

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

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


#a9fad5 Background Color

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

This div background color is #a9fad5


#a9fad5 Border Color

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

This div border color is #a9fad5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9fad5


Comments

No comments written yet.

Please login to write comment.