Color Hex Logo

#a2afee Color Hex

#A2AFEE
(162,175,238)
0 Favorites   0 Comments

Color spaces of #a2afee

RGB 162175238
HSL0.640.690.78
HSV230°32°93°
CMYK 0.320.260.00   0.07
XYZ45.662944.514487.0744
Yxy44.51440.25760.2511
Hunter Lab66.71915.4079-30.6754
CIE-Lab72.57109.8306-32.9322

#a2afee color RGB value is (162,175,238).

#a2afee hex color red value is 162, green value is 175 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a2afee hue: 0.64 , saturation: 0.69 and the lightness value of a2afee is 0.78.

The process color (four color CMYK) of #a2afee color hex is 0.32, 0.26, 0.00, 0.07. Web safe color of #a2afee is #9999ff. Color #a2afee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101111 11101110
Octal 242 257 356
Decimal 162 175 238
Hex A2 AF EE

RGB Percentages of Color #a2afee

%28.17
%30.43
%41.39

CMYK Percentages of Color #a2afee

%32
%26
%0
%7

Triadic Colors of #a2afee

#a2afee #eea2af #afeea2

Analogous Colors of #a2afee

#a2afee #bba2ee #a2d5ee

Monochromatic Colors of #a2afee

#a2afee

Complementary Color

#a2afee #eee1a2

#a2afee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2afee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2afee Color CSS Codes

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

#a2afee Text Font Color

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

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


#a2afee Background Color

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

This div background color is #a2afee


#a2afee Border Color

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

This div border color is #a2afee


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,175,238, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2afee; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2afee;
  -webkit-box-shadow: 1px 1px 3px 2px #a2afee;
  box-shadow:         1px 1px 3px 2px #a2afee; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,175,238, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2afee


Comments

No comments written yet.

Please login to write comment.