Color Hex Logo

#aeabf8 Color Hex

#AEABF8
(174,171,248)
0 Favorites   0 Comments

Color spaces of #aeabf8

RGB 174171248
HSL0.670.850.82
HSV242°31°97°
CMYK 0.300.310.00   0.03
XYZ48.961744.901894.8933
Yxy44.90180.25940.2379
Hunter Lab67.008813.1602-37.0563
CIE-Lab72.827217.9380-37.8886

#aeabf8 color RGB value is (174,171,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11111000
Octal 256 253 370
Decimal 174 171 248
Hex AE AB F8

RGB Percentages of Color #aeabf8

%29.34
%28.84
%41.82

CMYK Percentages of Color #aeabf8

%30
%31
%0
%3

Triadic Colors of #aeabf8

#aeabf8 #f8aeab #abf8ae

Analogous Colors of #aeabf8

#aeabf8 #d5abf8 #abcff8

Monochromatic Colors of #aeabf8

#aeabf8

Complementary Color

#aeabf8 #f5f8ab

#aeabf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabf8 Color CSS Codes

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

#aeabf8 Text Font Color

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

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


#aeabf8 Background Color

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

This div background color is #aeabf8


#aeabf8 Border Color

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

This div border color is #aeabf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabf8


Comments

No comments written yet.

Please login to write comment.