Color Hex Logo

#aeadf8 Color Hex

#AEADF8
(174,173,248)
0 Favorites   0 Comments

Color spaces of #aeadf8

RGB 174173248
HSL0.670.840.83
HSV241°30°97°
CMYK 0.300.300.00   0.03
XYZ49.342445.663195.0202
Yxy45.66310.25970.2403
Hunter Lab67.574512.0841-36.0688
CIE-Lab73.326416.8224-37.1130

#aeadf8 color RGB value is (174,173,248).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11111000
Octal 256 255 370
Decimal 174 173 248
Hex AE AD F8

RGB Percentages of Color #aeadf8

%29.24
%29.08
%41.68

CMYK Percentages of Color #aeadf8

%30
%30
%0
%3

Triadic Colors of #aeadf8

#aeadf8 #f8aead #adf8ae

Analogous Colors of #aeadf8

#aeadf8 #d4adf8 #add2f8

Monochromatic Colors of #aeadf8

#aeadf8

Complementary Color

#aeadf8 #f7f8ad

#aeadf8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadf8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadf8 Color CSS Codes

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

#aeadf8 Text Font Color

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

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


#aeadf8 Background Color

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

This div background color is #aeadf8


#aeadf8 Border Color

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

This div border color is #aeadf8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadf8


Comments

No comments written yet.

Please login to write comment.