Color Hex Logo

#aeddff Color Hex

#AEDDFF
(174,221,255)
0 Favorites   0 Comments

Color spaces of #aeddff

RGB 174221255
HSL0.571.000.84
HSV205°32°100°
CMYK 0.320.130.00   0.00
XYZ61.362067.9316104.4857
Yxy67.93160.26250.2906
Hunter Lab82.4206-11.3432-17.4683
CIE-Lab85.9722-7.3963-21.4564

#aeddff color RGB value is (174,221,255).

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

The process color (four color CMYK) of #aeddff color hex is 0.32, 0.13, 0.00, 0.00. Web safe color of #aeddff is #99ccff. Color #aeddff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11111111
Octal 256 335 377
Decimal 174 221 255
Hex AE DD FF

RGB Percentages of Color #aeddff

%26.77
%34.00
%39.23

CMYK Percentages of Color #aeddff

%32
%13
%0
%0

Triadic Colors of #aeddff

#aeddff #ffaedd #ddffae

Analogous Colors of #aeddff

#aeddff #aeb5ff #aefff9

Monochromatic Colors of #aeddff

#aeddff

Complementary Color

#aeddff #ffd0ae

#aeddff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddff Color CSS Codes

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

#aeddff Text Font Color

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

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


#aeddff Background Color

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

This div background color is #aeddff


#aeddff Border Color

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

This div border color is #aeddff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddff

Related Colors


Comments

No comments written yet.

Please login to write comment.