Color Hex Logo

#aeaeef Color Hex

#AEAEEF
(174,174,239)
0 Favorites   0 Comments

Color spaces of #aeaeef

RGB 174174239
HSL0.670.670.81
HSV240°27°94°
CMYK 0.270.270.00   0.06
XYZ48.171645.502887.9054
Yxy45.50280.26530.2506
Hunter Lab67.45589.4231-30.0451
CIE-Lab73.221714.0697-32.3989

#aeaeef color RGB value is (174,174,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11101111
Octal 256 256 357
Decimal 174 174 239
Hex AE AE EF

RGB Percentages of Color #aeaeef

%29.64
%29.64
%40.72

CMYK Percentages of Color #aeaeef

%27
%27
%0
%6

Triadic Colors of #aeaeef

#aeaeef #efaeae #aeefae

Analogous Colors of #aeaeef

#aeaeef #cfaeef #aecfef

Monochromatic Colors of #aeaeef

#aeaeef

Complementary Color

#aeaeef #efefae

#aeaeef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaeef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaeef Color CSS Codes

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

#aeaeef Text Font Color

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

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


#aeaeef Background Color

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

This div background color is #aeaeef


#aeaeef Border Color

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

This div border color is #aeaeef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaeef


Comments

No comments written yet.

Please login to write comment.