Color Hex Logo

#aeaae2 Color Hex

#AEAAE2
(174,170,226)
0 Favorites   0 Comments

Color spaces of #aeaae2

RGB 174170226
HSL0.680.490.78
HSV244°25°89°
CMYK 0.230.250.00   0.11
XYZ45.557843.239177.8963
Yxy43.23910.27330.2594
Hunter Lab65.75648.5957-24.2065
CIE-Lab71.717013.2111-27.6386

#aeaae2 color RGB value is (174,170,226).

#aeaae2 hex color red value is 174, green value is 170 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #aeaae2 hue: 0.68 , saturation: 0.49 and the lightness value of aeaae2 is 0.78.

The process color (four color CMYK) of #aeaae2 color hex is 0.23, 0.25, 0.00, 0.11. Web safe color of #aeaae2 is #9999cc. Color #aeaae2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11100010
Octal 256 252 342
Decimal 174 170 226
Hex AE AA E2

RGB Percentages of Color #aeaae2

%30.53
%29.82
%39.65

CMYK Percentages of Color #aeaae2

%23
%25
%0
%11

Triadic Colors of #aeaae2

#aeaae2 #e2aeaa #aae2ae

Analogous Colors of #aeaae2

#aeaae2 #caaae2 #aac2e2

Monochromatic Colors of #aeaae2

#aeaae2

Complementary Color

#aeaae2 #dee2aa

#aeaae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaae2 Color CSS Codes

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

#aeaae2 Text Font Color

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

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


#aeaae2 Background Color

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

This div background color is #aeaae2


#aeaae2 Border Color

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

This div border color is #aeaae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaae2


Comments

No comments written yet.

Please login to write comment.