Color Hex Logo

#a9faf4 Color Hex

#A9FAF4
(169,250,244)
0 Favorites   0 Comments

Color spaces of #a9faf4

RGB 169250244
HSL0.490.890.82
HSV176°32°98°
CMYK 0.320.000.02   0.02
XYZ66.876983.337998.1490
Yxy83.33790.26930.3355
Hunter Lab91.2896-28.99130.1577
CIE-Lab93.1622-25.8108-4.9885

#a9faf4 color RGB value is (169,250,244).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 11111010 11110100
Octal 251 372 364
Decimal 169 250 244
Hex A9 FA F4

RGB Percentages of Color #a9faf4

%25.49
%37.71
%36.80

CMYK Percentages of Color #a9faf4

%32
%0
%2
%2

Triadic Colors of #a9faf4

#a9faf4 #f4a9fa #faf4a9

Analogous Colors of #a9faf4

#a9faf4 #a9d8fa #a9facc

Monochromatic Colors of #a9faf4

#a9faf4

Complementary Color

#a9faf4 #faa9af

#a9faf4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9faf4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9faf4 Color CSS Codes

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

#a9faf4 Text Font Color

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

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


#a9faf4 Background Color

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

This div background color is #a9faf4


#a9faf4 Border Color

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

This div border color is #a9faf4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9faf4

Related Colors


Comments

No comments written yet.

Please login to write comment.