Color Hex Logo

#aed9db Color Hex

#AED9DB
(174,217,219)
0 Favorites   0 Comments

Color spaces of #aed9db

RGB 174217219
HSL0.510.380.77
HSV183°21°86°
CMYK 0.210.010.00   0.14
XYZ55.054663.738976.4190
Yxy63.73890.28200.3265
Hunter Lab79.8366-16.6222-0.8663
CIE-Lab83.8296-13.5059-5.6166

#aed9db color RGB value is (174,217,219).

#aed9db hex color red value is 174, green value is 217 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #aed9db hue: 0.51 , saturation: 0.38 and the lightness value of aed9db is 0.77.

The process color (four color CMYK) of #aed9db color hex is 0.21, 0.01, 0.00, 0.14. Web safe color of #aed9db is #99cccc. Color #aed9db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011001 11011011
Octal 256 331 333
Decimal 174 217 219
Hex AE D9 DB

RGB Percentages of Color #aed9db

%28.52
%35.57
%35.90

CMYK Percentages of Color #aed9db

%21
%1
%0
%14

Triadic Colors of #aed9db

#aed9db #dbaed9 #d9dbae

Analogous Colors of #aed9db

#aed9db #aec3db #aedbc7

Monochromatic Colors of #aed9db

#aed9db

Complementary Color

#aed9db #dbb0ae

#aed9db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed9db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed9db Color CSS Codes

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

#aed9db Text Font Color

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

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


#aed9db Background Color

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

This div background color is #aed9db


#aed9db Border Color

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

This div border color is #aed9db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed9db


Comments

No comments written yet.

Please login to write comment.