Color Hex Logo

#aaedfa Color Hex

#AAEDFA
(170,237,250)
0 Favorites   0 Comments

Color spaces of #aaedfa

RGB 170237250
HSL0.530.890.82
HSV190°32°98°
CMYK 0.320.050.00   0.02
XYZ64.117176.0165101.7358
Yxy76.01650.26510.3143
Hunter Lab87.1874-21.3102-8.1521
CIE-Lab89.8670-17.8109-12.9952

#aaedfa color RGB value is (170,237,250).

#aaedfa hex color red value is 170, green value is 237 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #aaedfa hue: 0.53 , saturation: 0.89 and the lightness value of aaedfa is 0.82.

The process color (four color CMYK) of #aaedfa color hex is 0.32, 0.05, 0.00, 0.02. Web safe color of #aaedfa is #99ffff. Color #aaedfa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11111010
Octal 252 355 372
Decimal 170 237 250
Hex AA ED FA

RGB Percentages of Color #aaedfa

%25.88
%36.07
%38.05

CMYK Percentages of Color #aaedfa

%32
%5
%0
%2

Triadic Colors of #aaedfa

#aaedfa #faaaed #edfaaa

Analogous Colors of #aaedfa

#aaedfa #aac5fa #aafadf

Monochromatic Colors of #aaedfa

#aaedfa

Complementary Color

#aaedfa #fab7aa

#aaedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedfa Color CSS Codes

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

#aaedfa Text Font Color

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

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


#aaedfa Background Color

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

This div background color is #aaedfa


#aaedfa Border Color

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

This div border color is #aaedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedfa


Comments

No comments written yet.

Please login to write comment.