Color Hex Logo

#aeabfc Color Hex

#AEABFC
(174,171,252)
0 Favorites   0 Comments

Color spaces of #aeabfc

RGB 174171252
HSL0.670.930.83
HSV242°32°99°
CMYK 0.310.320.00   0.01
XYZ49.589245.152898.1972
Yxy45.15280.25700.2340
Hunter Lab67.195814.1368-39.6069
CIE-Lab72.992418.9310-39.7956

#aeabfc color RGB value is (174,171,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101011 11111100
Octal 256 253 374
Decimal 174 171 252
Hex AE AB FC

RGB Percentages of Color #aeabfc

%29.15
%28.64
%42.21

CMYK Percentages of Color #aeabfc

%31
%32
%0
%1

Triadic Colors of #aeabfc

#aeabfc #fcaeab #abfcae

Analogous Colors of #aeabfc

#aeabfc #d7abfc #abd1fc

Monochromatic Colors of #aeabfc

#aeabfc

Complementary Color

#aeabfc #f9fcab

#aeabfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeabfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeabfc Color CSS Codes

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

#aeabfc Text Font Color

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

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


#aeabfc Background Color

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

This div background color is #aeabfc


#aeabfc Border Color

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

This div border color is #aeabfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeabfc


Comments

No comments written yet.

Please login to write comment.