Color Hex Logo

#aeaafd Color Hex

#AEAAFD
(174,170,253)
0 Favorites   0 Comments

Color spaces of #aeaafd

RGB 174170253
HSL0.670.950.83
HSV243°33°99°
CMYK 0.310.330.00   0.01
XYZ49.559944.840098.9714
Yxy44.84000.25630.2319
Hunter Lab66.962714.9254-40.7572
CIE-Lab72.786419.7395-40.6573

#aeaafd color RGB value is (174,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 10101010 11111101
Octal 256 252 375
Decimal 174 170 253
Hex AE AA FD

RGB Percentages of Color #aeaafd

%29.15
%28.48
%42.38

CMYK Percentages of Color #aeaafd

%31
%33
%0
%1

Triadic Colors of #aeaafd

#aeaafd #fdaeaa #aafdae

Analogous Colors of #aeaafd

#aeaafd #d8aafd #aad0fd

Monochromatic Colors of #aeaafd

#aeaafd

Complementary Color

#aeaafd #f9fdaa

#aeaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeaafd Color CSS Codes

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

#aeaafd Text Font Color

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

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


#aeaafd Background Color

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

This div background color is #aeaafd


#aeaafd Border Color

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

This div border color is #aeaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeaafd

Related Colors


Comments

No comments written yet.

Please login to write comment.