Color Hex Logo

#a2aedd Color Hex

#A2AEDD
(162,174,221)
0 Favorites   0 Comments

Color spaces of #a2aedd

RGB 162174221
HSL0.630.460.75
HSV228°27°87°
CMYK 0.270.210.00   0.13
XYZ43.087543.173974.4691
Yxy43.17390.26810.2686
Hunter Lab65.70682.0650-21.2017
CIE-Lab71.67286.1969-25.0519

#a2aedd color RGB value is (162,174,221).

#a2aedd hex color red value is 162, green value is 174 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a2aedd hue: 0.63 , saturation: 0.46 and the lightness value of a2aedd is 0.75.

The process color (four color CMYK) of #a2aedd color hex is 0.27, 0.21, 0.00, 0.13. Web safe color of #a2aedd is #9999cc. Color #a2aedd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101110 11011101
Octal 242 256 335
Decimal 162 174 221
Hex A2 AE DD

RGB Percentages of Color #a2aedd

%29.08
%31.24
%39.68

CMYK Percentages of Color #a2aedd

%27
%21
%0
%13

Triadic Colors of #a2aedd

#a2aedd #dda2ae #aedda2

Analogous Colors of #a2aedd

#a2aedd #b4a2dd #a2ccdd

Monochromatic Colors of #a2aedd

#a2aedd

Complementary Color

#a2aedd #ddd1a2

#a2aedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aedd Color CSS Codes

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

#a2aedd Text Font Color

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

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


#a2aedd Background Color

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

This div background color is #a2aedd


#a2aedd Border Color

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

This div border color is #a2aedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aedd


Comments

No comments written yet.

Please login to write comment.