Color Hex Logo

#aeabee Color Hex

#AEABEE
(174,171,238)
0 Favorites   0 Comments

Color spaces of #aeabee

RGB 174171238
HSL0.670.660.80
HSV243°28°93°
CMYK 0.270.280.00   0.07
XYZ47.451144.297586.9383
Yxy44.29750.26560.2479
Hunter Lab66.556410.7872-30.8573
CIE-Lab72.426915.4982-33.0839

#aeabee color RGB value is (174,171,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11101110
Octal 256 253 356
Decimal 174 171 238
Hex AE AB EE

RGB Percentages of Color #aeabee

%29.85
%29.33
%40.82

CMYK Percentages of Color #aeabee

%27
%28
%0
%7

Triadic Colors of #aeabee

#aeabee #eeaeab #abeeae

Analogous Colors of #aeabee

#aeabee #d0abee #abcaee

Monochromatic Colors of #aeabee

#aeabee

Complementary Color

#aeabee #ebeeab

#aeabee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabee Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabee Color CSS Codes

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

#aeabee Text Font Color

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

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


#aeabee Background Color

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

This div background color is #aeabee


#aeabee Border Color

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

This div border color is #aeabee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabee


Comments

No comments written yet.

Please login to write comment.