Color Hex Logo

#aeabfe Color Hex

#AEABFE
(174,171,254)
0 Favorites   0 Comments

Color spaces of #aeabfe

RGB 174171254
HSL0.670.980.83
HSV242°33°100°
CMYK 0.310.330.00   0.00
XYZ49.907945.280299.8755
Yxy45.28020.25590.2321
Hunter Lab67.290614.6310-40.8973
CIE-Lab73.076019.4310-40.7461

#aeabfe color RGB value is (174,171,254).

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

The process color (four color CMYK) of #aeabfe color hex is 0.31, 0.33, 0.00, 0.00. Web safe color of #aeabfe is #9999ff. Color #aeabfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11111110
Octal 256 253 376
Decimal 174 171 254
Hex AE AB FE

RGB Percentages of Color #aeabfe

%29.05
%28.55
%42.40

CMYK Percentages of Color #aeabfe

%31
%33
%0
%0

Triadic Colors of #aeabfe

#aeabfe #feaeab #abfeae

Analogous Colors of #aeabfe

#aeabfe #d8abfe #abd2fe

Monochromatic Colors of #aeabfe

#aeabfe

Complementary Color

#aeabfe #fbfeab

#aeabfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabfe Color CSS Codes

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

#aeabfe Text Font Color

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

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


#aeabfe Background Color

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

This div background color is #aeabfe


#aeabfe Border Color

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

This div border color is #aeabfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabfe

Related Colors


Comments

No comments written yet.

Please login to write comment.