color codes Logo

#a9abf5 color codes

#A9ABF5
(169,171,245)
0 Favorites   0 Comments

Color spaces of #a9abf5

RGB 169171245
HSL0.660.790.81
HSV238°31°96°
CMYK 0.310.300.00   0.04
XYZ47.406544.153492.4101
Yxy44.15340.25770.2400
Hunter Lab66.448011.0645-35.9417
CIE-Lab72.330915.7876-37.0631

#a9abf5 color RGB value is (169,171,245).

#a9abf5 hex color red value is 169, green value is 171 and the blue value of its RGB is 245. Cylindrical-coordinate representations (also known as HSL) of color #a9abf5 hue: 0.66 , saturation: 0.79 and the lightness value of a9abf5 is 0.81.

The process color (four color CMYK) of #a9abf5 color code is 0.31, 0.30, 0.00, 0.04. Web safe color of #a9abf5 is #9999ff. Color #a9abf5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10101011 11110101
Octal 251 253 365
Decimal 169 171 245
Hex A9 AB F5

RGB Percentages of Color #a9abf5

%28.89
%29.23
%41.88

CMYK Percentages of Color #a9abf5

%31
%30
%0
%4

Triadic Colors of #a9abf5

#a9abf5 #f5a9ab #abf5a9

Analogous Colors of #a9abf5

#a9abf5 #cda9f5 #a9d1f5

Monochromatic Colors of #a9abf5

#a9abf5

Complementary Color

#a9abf5 #f5f3a9

#a9abf5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9abf5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9abf5 Color CSS Codes

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

#a9abf5 Text Font Color

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

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


#a9abf5 Background Color

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

This div background color is #a9abf5


#a9abf5 Border Color

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

This div border color is #a9abf5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9abf5


Comments

No comments written yet.

Please login to write comment.