Color Hex Logo

#a2aeec Color Hex

#A2AEEC
(162,174,236)
0 Favorites   0 Comments

Color spaces of #a2aeec

RGB 162174236
HSL0.640.660.78
HSV230°31°93°
CMYK 0.310.260.00   0.07
XYZ45.176744.009685.4705
Yxy44.00960.25870.2520
Hunter Lab66.33975.4622-29.9500
CIE-Lab72.23499.8844-32.3648

#a2aeec color RGB value is (162,174,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 10101110 11101100
Octal 242 256 354
Decimal 162 174 236
Hex A2 AE EC

RGB Percentages of Color #a2aeec

%28.32
%30.42
%41.26

CMYK Percentages of Color #a2aeec

%31
%26
%0
%7

Triadic Colors of #a2aeec

#a2aeec #eca2ae #aeeca2

Analogous Colors of #a2aeec

#a2aeec #bba2ec #a2d3ec

Monochromatic Colors of #a2aeec

#a2aeec

Complementary Color

#a2aeec #ece0a2

#a2aeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2aeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2aeec Color CSS Codes

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

#a2aeec Text Font Color

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

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


#a2aeec Background Color

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

This div background color is #a2aeec


#a2aeec Border Color

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

This div border color is #a2aeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2aeec


Comments

No comments written yet.

Please login to write comment.