Color Hex Logo

#aeaefc Color Hex

#AEAEFC
(174,174,252)
0 Favorites   0 Comments

Color spaces of #aeaefc

RGB 174174252
HSL0.670.930.84
HSV240°31°99°
CMYK 0.310.310.00   0.01
XYZ50.162346.299098.3882
Yxy46.29900.25740.2376
Hunter Lab68.043412.5162-38.1008
CIE-Lab73.739117.2570-38.6334

#aeaefc color RGB value is (174,174,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11111100
Octal 256 256 374
Decimal 174 174 252
Hex AE AE FC

RGB Percentages of Color #aeaefc

%29.00
%29.00
%42.00

CMYK Percentages of Color #aeaefc

%31
%31
%0
%1

Triadic Colors of #aeaefc

#aeaefc #fcaeae #aefcae

Analogous Colors of #aeaefc

#aeaefc #d5aefc #aed5fc

Monochromatic Colors of #aeaefc

#aeaefc

Complementary Color

#aeaefc #fcfcae

#aeaefc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaefc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaefc Color CSS Codes

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

#aeaefc Text Font Color

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

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


#aeaefc Background Color

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

This div background color is #aeaefc


#aeaefc Border Color

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

This div border color is #aeaefc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,174,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 #aeaefc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaefc


Comments

No comments written yet.

Please login to write comment.