Color Hex Logo

#aeaef8 Color Hex

#AEAEF8
(174,174,248)
0 Favorites   0 Comments

Color spaces of #aeaef8

RGB 174174248
HSL0.670.840.83
HSV240°30°97°
CMYK 0.300.300.00   0.03
XYZ49.534946.048195.0843
Yxy46.04810.25980.2415
Hunter Lab67.858811.5470-35.5766
CIE-Lab73.576716.2653-36.7243

#aeaef8 color RGB value is (174,174,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101110 11111000
Octal 256 256 370
Decimal 174 174 248
Hex AE AE F8

RGB Percentages of Color #aeaef8

%29.19
%29.19
%41.61

CMYK Percentages of Color #aeaef8

%30
%30
%0
%3

Triadic Colors of #aeaef8

#aeaef8 #f8aeae #aef8ae

Analogous Colors of #aeaef8

#aeaef8 #d3aef8 #aed3f8

Monochromatic Colors of #aeaef8

#aeaef8

Complementary Color

#aeaef8 #f8f8ae

#aeaef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaef8 Color CSS Codes

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

#aeaef8 Text Font Color

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

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


#aeaef8 Background Color

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

This div background color is #aeaef8


#aeaef8 Border Color

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

This div border color is #aeaef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaef8

#aeaef8 Color Palettes


Comments

No comments written yet.

Please login to write comment.