Color Hex Logo

#aeabef Color Hex

#AEABEF
(174,171,239)
0 Favorites   0 Comments

Color spaces of #aeabef

RGB 174171239
HSL0.670.680.80
HSV243°28°94°
CMYK 0.270.280.00   0.06
XYZ47.598544.356587.7143
Yxy44.35650.26490.2469
Hunter Lab66.600711.0201-31.4655
CIE-Lab72.466115.7393-33.5666

#aeabef color RGB value is (174,171,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11101111
Octal 256 253 357
Decimal 174 171 239
Hex AE AB EF

RGB Percentages of Color #aeabef

%29.79
%29.28
%40.92

CMYK Percentages of Color #aeabef

%27
%28
%0
%6

Triadic Colors of #aeabef

#aeabef #efaeab #abefae

Analogous Colors of #aeabef

#aeabef #d0abef #abcaef

Monochromatic Colors of #aeabef

#aeabef

Complementary Color

#aeabef #ecefab

#aeabef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabef Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabef Color CSS Codes

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

#aeabef Text Font Color

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

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


#aeabef Background Color

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

This div background color is #aeabef


#aeabef Border Color

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

This div border color is #aeabef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,171,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 #aeabef">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabef


Comments

No comments written yet.

Please login to write comment.