Color Hex Logo

#aeaed8 Color Hex

#AEAED8
(174,174,216)
0 Favorites   0 Comments

Color spaces of #aeaed8

RGB 174174216
HSL0.670.350.76
HSV240°19°85°
CMYK 0.190.190.00   0.15
XYZ44.986344.228671.1317
Yxy44.22860.28060.2758
Hunter Lab66.50464.3613-16.8619
CIE-Lab72.38108.7056-21.1582

#aeaed8 color RGB value is (174,174,216).

#aeaed8 hex color red value is 174, green value is 174 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #aeaed8 hue: 0.67 , saturation: 0.35 and the lightness value of aeaed8 is 0.76.

The process color (four color CMYK) of #aeaed8 color hex is 0.19, 0.19, 0.00, 0.15. Web safe color of #aeaed8 is #9999cc. Color #aeaed8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11011000
Octal 256 256 330
Decimal 174 174 216
Hex AE AE D8

RGB Percentages of Color #aeaed8

%30.85
%30.85
%38.30

CMYK Percentages of Color #aeaed8

%19
%19
%0
%15

Triadic Colors of #aeaed8

#aeaed8 #d8aeae #aed8ae

Analogous Colors of #aeaed8

#aeaed8 #c3aed8 #aec3d8

Monochromatic Colors of #aeaed8

#aeaed8

Complementary Color

#aeaed8 #d8d8ae

#aeaed8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaed8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaed8 Color CSS Codes

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

#aeaed8 Text Font Color

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

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


#aeaed8 Background Color

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

This div background color is #aeaed8


#aeaed8 Border Color

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

This div border color is #aeaed8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaed8


Comments

No comments written yet.

Please login to write comment.