Color Hex Logo

#aed6db Color Hex

#AED6DB
(174,214,219)
0 Favorites   0 Comments

Color spaces of #aed6db

RGB 174214219
HSL0.520.380.77
HSV187°21°86°
CMYK 0.210.020.00   0.14
XYZ54.288362.206376.1635
Yxy62.20630.28180.3229
Hunter Lab78.8710-15.1595-2.0450
CIE-Lab83.0230-11.9719-6.8091

#aed6db color RGB value is (174,214,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11011011
Octal 256 326 333
Decimal 174 214 219
Hex AE D6 DB

RGB Percentages of Color #aed6db

%28.67
%35.26
%36.08

CMYK Percentages of Color #aed6db

%21
%2
%0
%14

Triadic Colors of #aed6db

#aed6db #dbaed6 #d6dbae

Analogous Colors of #aed6db

#aed6db #aec0db #aedbca

Monochromatic Colors of #aed6db

#aed6db

Complementary Color

#aed6db #dbb3ae

#aed6db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6db Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6db Color CSS Codes

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

#aed6db Text Font Color

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

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


#aed6db Background Color

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

This div background color is #aed6db


#aed6db Border Color

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

This div border color is #aed6db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6db


Comments

No comments written yet.

Please login to write comment.