Color Hex Logo

#aeabfa Color Hex

#AEABFA
(174,171,250)
0 Favorites   0 Comments

Color spaces of #aeabfa

RGB 174171250
HSL0.670.890.83
HSV242°32°98°
CMYK 0.300.320.00   0.02
XYZ49.273845.026696.5365
Yxy45.02660.25820.2359
Hunter Lab67.101913.6467-38.3266
CIE-Lab72.909418.4335-38.8432

#aeabfa color RGB value is (174,171,250).

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

The process color (four color CMYK) of #aeabfa color hex is 0.30, 0.32, 0.00, 0.02. Web safe color of #aeabfa is #9999ff. Color #aeabfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11111010
Octal 256 253 372
Decimal 174 171 250
Hex AE AB FA

RGB Percentages of Color #aeabfa

%29.24
%28.74
%42.02

CMYK Percentages of Color #aeabfa

%30
%32
%0
%2

Triadic Colors of #aeabfa

#aeabfa #faaeab #abfaae

Analogous Colors of #aeabfa

#aeabfa #d6abfa #abd0fa

Monochromatic Colors of #aeabfa

#aeabfa

Complementary Color

#aeabfa #f7faab

#aeabfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabfa Color CSS Codes

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

#aeabfa Text Font Color

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

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


#aeabfa Background Color

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

This div background color is #aeabfa


#aeabfa Border Color

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

This div border color is #aeabfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabfa


Comments

No comments written yet.

Please login to write comment.