Color Hex Logo

#aaafed Color Hex

#AAAFED
(170,175,237)
0 Favorites   0 Comments

Color spaces of #aaafed

RGB 170175237
HSL0.650.650.80
HSV236°28°93°
CMYK 0.280.260.00   0.07
XYZ47.193645.320486.3811
Yxy45.32040.26380.2533
Hunter Lab67.32047.3230-28.9527
CIE-Lab73.102411.8679-31.5220

#aaafed color RGB value is (170,175,237).

#aaafed hex color red value is 170, green value is 175 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #aaafed hue: 0.65 , saturation: 0.65 and the lightness value of aaafed is 0.80.

The process color (four color CMYK) of #aaafed color hex is 0.28, 0.26, 0.00, 0.07. Web safe color of #aaafed is #9999ff. Color #aaafed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 10101111 11101101
Octal 252 257 355
Decimal 170 175 237
Hex AA AF ED

RGB Percentages of Color #aaafed

%29.21
%30.07
%40.72

CMYK Percentages of Color #aaafed

%28
%26
%0
%7

Triadic Colors of #aaafed

#aaafed #edaaaf #afedaa

Analogous Colors of #aaafed

#aaafed #c7aaed #aad1ed

Monochromatic Colors of #aaafed

#aaafed

Complementary Color

#aaafed #ede8aa

#aaafed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaafed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaafed Color CSS Codes

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

#aaafed Text Font Color

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

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


#aaafed Background Color

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

This div background color is #aaafed


#aaafed Border Color

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

This div border color is #aaafed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaafed


Comments

No comments written yet.

Please login to write comment.