Color Hex Logo

#aeadfe Color Hex

#AEADFE
(174,173,254)
0 Favorites   0 Comments

Color spaces of #aeadfe

RGB 174173254
HSL0.670.980.84
HSV241°32°100°
CMYK 0.310.320.00   0.00
XYZ50.288546.0416100.0024
Yxy46.04160.25610.2345
Hunter Lab67.854013.5470-39.8832
CIE-Lab73.572518.3137-39.9723

#aeadfe color RGB value is (174,173,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101101 11111110
Octal 256 255 376
Decimal 174 173 254
Hex AE AD FE

RGB Percentages of Color #aeadfe

%28.95
%28.79
%42.26

CMYK Percentages of Color #aeadfe

%31
%32
%0
%0

Triadic Colors of #aeadfe

#aeadfe #feaead #adfeae

Analogous Colors of #aeadfe

#aeadfe #d7adfe #add5fe

Monochromatic Colors of #aeadfe

#aeadfe

Complementary Color

#aeadfe #fdfead

#aeadfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeadfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeadfe Color CSS Codes

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

#aeadfe Text Font Color

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

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


#aeadfe Background Color

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

This div background color is #aeadfe


#aeadfe Border Color

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

This div border color is #aeadfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeadfe

Related Colors


Comments

No comments written yet.

Please login to write comment.