Color Hex Logo

#aeaeea Color Hex

#AEAEEA
(174,174,234)
2 Favorites   0 Comments

Color spaces of #aeaeea

RGB 174174234
HSL0.670.590.80
HSV240°26°92°
CMYK 0.260.260.00   0.08
XYZ47.442945.211384.0680
Yxy45.21130.26850.2558
Hunter Lab67.23938.2776-27.0615
CIE-Lab73.030812.8723-29.9778

#aeaeea color RGB value is (174,174,234).

#aeaeea hex color red value is 174, green value is 174 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #aeaeea hue: 0.67 , saturation: 0.59 and the lightness value of aeaeea is 0.80.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101010
Octal 256 256 352
Decimal 174 174 234
Hex AE AE EA

RGB Percentages of Color #aeaeea

%29.90
%29.90
%40.21

CMYK Percentages of Color #aeaeea

%26
%26
%0
%8

Triadic Colors of #aeaeea

#aeaeea #eaaeae #aeeaae

Analogous Colors of #aeaeea

#aeaeea #ccaeea #aeccea

Monochromatic Colors of #aeaeea

#aeaeea

Complementary Color

#aeaeea #eaeaae

#aeaeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeea Color CSS Codes

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

#aeaeea Text Font Color

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

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


#aeaeea Background Color

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

This div background color is #aeaeea


#aeaeea Border Color

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

This div border color is #aeaeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeea


Comments

No comments written yet.

Please login to write comment.