Color Hex Logo

#aeaeed Color Hex

#AEAEED
(174,174,237)
0 Favorites   0 Comments

Color spaces of #aeaeed

RGB 174174237
HSL0.670.640.81
HSV240°27°93°
CMYK 0.270.270.00   0.07
XYZ47.877745.385286.3576
Yxy45.38520.26650.2527
Hunter Lab67.36858.9620-28.8440
CIE-Lab73.144813.5889-31.4321

#aeaeed color RGB value is (174,174,237).

#aeaeed hex color red value is 174, green value is 174 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aeaeed hue: 0.67 , saturation: 0.64 and the lightness value of aeaeed is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101101
Octal 256 256 355
Decimal 174 174 237
Hex AE AE ED

RGB Percentages of Color #aeaeed

%29.74
%29.74
%40.51

CMYK Percentages of Color #aeaeed

%27
%27
%0
%7

Triadic Colors of #aeaeed

#aeaeed #edaeae #aeedae

Analogous Colors of #aeaeed

#aeaeed #ceaeed #aeceed

Monochromatic Colors of #aeaeed

#aeaeed

Complementary Color

#aeaeed #ededae

#aeaeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeed Color CSS Codes

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

#aeaeed Text Font Color

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

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


#aeaeed Background Color

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

This div background color is #aeaeed


#aeaeed Border Color

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

This div border color is #aeaeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeed


Comments

No comments written yet.

Please login to write comment.