Color Hex Logo

#aedde0 Color Hex

#AEDDE0
(174,221,224)
0 Favorites   0 Comments

Color spaces of #aedde0

RGB 174221224
HSL0.510.450.78
HSV184°22°88°
CMYK 0.220.010.00   0.12
XYZ56.766666.093480.2864
Yxy66.09340.27940.3253
Hunter Lab81.2978-17.6328-1.6439
CIE-Lab85.0440-14.4641-6.4719

#aedde0 color RGB value is (174,221,224).

#aedde0 hex color red value is 174, green value is 221 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #aedde0 hue: 0.51 , saturation: 0.45 and the lightness value of aedde0 is 0.78.

The process color (four color CMYK) of #aedde0 color hex is 0.22, 0.01, 0.00, 0.12. Web safe color of #aedde0 is #99cccc. Color #aedde0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11100000
Octal 256 335 340
Decimal 174 221 224
Hex AE DD E0

RGB Percentages of Color #aedde0

%28.11
%35.70
%36.19

CMYK Percentages of Color #aedde0

%22
%1
%0
%12

Triadic Colors of #aedde0

#aedde0 #e0aedd #dde0ae

Analogous Colors of #aedde0

#aedde0 #aec4e0 #aee0ca

Monochromatic Colors of #aedde0

#aedde0

Complementary Color

#aedde0 #e0b1ae

#aedde0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedde0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedde0 Color CSS Codes

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

#aedde0 Text Font Color

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

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


#aedde0 Background Color

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

This div background color is #aedde0


#aedde0 Border Color

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

This div border color is #aedde0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedde0


Comments

No comments written yet.

Please login to write comment.