Color Hex Logo

#aeaed5 Color Hex

#AEAED5
(174,174,213)
0 Favorites   0 Comments

Color spaces of #aeaed5

RGB 174174213
HSL0.670.320.76
HSV240°18°84°
CMYK 0.180.180.00   0.16
XYZ44.601944.074969.1073
Yxy44.07490.28270.2793
Hunter Lab66.38893.7406-15.2454
CIE-Lab72.27858.0344-19.6727

#aeaed5 color RGB value is (174,174,213).

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

The process color (four color CMYK) of #aeaed5 color hex is 0.18, 0.18, 0.00, 0.16. Web safe color of #aeaed5 is #9999cc. Color #aeaed5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11010101
Octal 256 256 325
Decimal 174 174 213
Hex AE AE D5

RGB Percentages of Color #aeaed5

%31.02
%31.02
%37.97

CMYK Percentages of Color #aeaed5

%18
%18
%0
%16

Triadic Colors of #aeaed5

#aeaed5 #d5aeae #aed5ae

Analogous Colors of #aeaed5

#aeaed5 #c2aed5 #aec2d5

Monochromatic Colors of #aeaed5

#aeaed5

Complementary Color

#aeaed5 #d5d5ae

#aeaed5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaed5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaed5 Color CSS Codes

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

#aeaed5 Text Font Color

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

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


#aeaed5 Background Color

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

This div background color is #aeaed5


#aeaed5 Border Color

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

This div border color is #aeaed5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaed5


Comments

No comments written yet.

Please login to write comment.