Color Hex Logo

#aaedfc Color Hex

#AAEDFC
(170,237,252)
0 Favorites   0 Comments

Color spaces of #aaedfc

RGB 170237252
HSL0.530.930.83
HSV191°33°99°
CMYK 0.330.060.00   0.01
XYZ64.432476.1427103.3965
Yxy76.14270.26410.3121
Hunter Lab87.2598-20.9007-9.1725
CIE-Lab89.9256-17.3457-13.9524

#aaedfc color RGB value is (170,237,252).

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

The process color (four color CMYK) of #aaedfc color hex is 0.33, 0.06, 0.00, 0.01. Web safe color of #aaedfc is #99ffff. Color #aaedfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11101101 11111100
Octal 252 355 374
Decimal 170 237 252
Hex AA ED FC

RGB Percentages of Color #aaedfc

%25.80
%35.96
%38.24

CMYK Percentages of Color #aaedfc

%33
%6
%0
%1

Triadic Colors of #aaedfc

#aaedfc #fcaaed #edfcaa

Analogous Colors of #aaedfc

#aaedfc #aac4fc #aafce2

Monochromatic Colors of #aaedfc

#aaedfc

Complementary Color

#aaedfc #fcb9aa

#aaedfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aaedfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aaedfc Color CSS Codes

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

#aaedfc Text Font Color

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

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


#aaedfc Background Color

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

This div background color is #aaedfc


#aaedfc Border Color

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

This div border color is #aaedfc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aaedfc


Comments

No comments written yet.

Please login to write comment.