Color Hex Logo

#aed2de Color Hex

#AED2DE
(174,210,222)
0 Favorites   0 Comments

Color spaces of #aed2de

RGB 174210222
HSL0.540.420.78
HSV195°22°87°
CMYK 0.220.050.00   0.13
XYZ53.687060.365877.9294
Yxy60.36580.27960.3144
Hunter Lab77.6954-12.6248-5.0817
CIE-Lab82.0366-9.2575-9.8714

#aed2de color RGB value is (174,210,222).

#aed2de hex color red value is 174, green value is 210 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #aed2de hue: 0.54 , saturation: 0.42 and the lightness value of aed2de is 0.78.

The process color (four color CMYK) of #aed2de color hex is 0.22, 0.05, 0.00, 0.13. Web safe color of #aed2de is #99cccc. Color #aed2de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010010 11011110
Octal 256 322 336
Decimal 174 210 222
Hex AE D2 DE

RGB Percentages of Color #aed2de

%28.71
%34.65
%36.63

CMYK Percentages of Color #aed2de

%22
%5
%0
%13

Triadic Colors of #aed2de

#aed2de #deaed2 #d2deae

Analogous Colors of #aed2de

#aed2de #aebade #aeded2

Monochromatic Colors of #aed2de

#aed2de

Complementary Color

#aed2de #debaae

#aed2de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed2de Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed2de Color CSS Codes

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

#aed2de Text Font Color

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

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


#aed2de Background Color

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

This div background color is #aed2de


#aed2de Border Color

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

This div border color is #aed2de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed2de


Comments

No comments written yet.

Please login to write comment.