Color Hex Logo

#aeddfc Color Hex

#AEDDFC
(174,221,252)
0 Favorites   0 Comments

Color spaces of #aeddfc

RGB 174221252
HSL0.570.930.84
HSV204°31°99°
CMYK 0.310.120.00   0.01
XYZ60.882767.7398101.9617
Yxy67.73980.26400.2938
Hunter Lab82.3042-11.9909-15.8379
CIE-Lab85.8762-8.1103-20.0206

#aeddfc color RGB value is (174,221,252).

#aeddfc hex color red value is 174, green value is 221 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #aeddfc hue: 0.57 , saturation: 0.93 and the lightness value of aeddfc is 0.84.

The process color (four color CMYK) of #aeddfc color hex is 0.31, 0.12, 0.00, 0.01. Web safe color of #aeddfc is #99ccff. Color #aeddfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11111100
Octal 256 335 374
Decimal 174 221 252
Hex AE DD FC

RGB Percentages of Color #aeddfc

%26.89
%34.16
%38.95

CMYK Percentages of Color #aeddfc

%31
%12
%0
%1

Triadic Colors of #aeddfc

#aeddfc #fcaedd #ddfcae

Analogous Colors of #aeddfc

#aeddfc #aeb6fc #aefcf4

Monochromatic Colors of #aeddfc

#aeddfc

Complementary Color

#aeddfc #fccdae

#aeddfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddfc Color CSS Codes

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

#aeddfc Text Font Color

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

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


#aeddfc Background Color

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

This div background color is #aeddfc


#aeddfc Border Color

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

This div border color is #aeddfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(174,221,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 #aeddfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddfc


Comments

No comments written yet.

Please login to write comment.