Color Hex Logo

#aed6cc Color Hex

#AED6CC
(174,214,204)
0 Favorites   0 Comments

Color spaces of #aed6cc

RGB 174214204
HSL0.460.330.76
HSV165°19°84°
CMYK 0.190.000.05   0.16
XYZ52.401261.451466.2262
Yxy61.45140.29100.3412
Hunter Lab78.3909-17.86414.7843
CIE-Lab82.6208-15.10190.5813

#aed6cc color RGB value is (174,214,204).

#aed6cc hex color red value is 174, green value is 214 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #aed6cc hue: 0.46 , saturation: 0.33 and the lightness value of aed6cc is 0.76.

The process color (four color CMYK) of #aed6cc color hex is 0.19, 0.00, 0.05, 0.16. Web safe color of #aed6cc is #99cccc. Color #aed6cc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010110 11001100
Octal 256 326 314
Decimal 174 214 204
Hex AE D6 CC

RGB Percentages of Color #aed6cc

%29.39
%36.15
%34.46

CMYK Percentages of Color #aed6cc

%19
%0
%5
%16

Triadic Colors of #aed6cc

#aed6cc #ccaed6 #d6ccae

Analogous Colors of #aed6cc

#aed6cc #aeccd6 #aed6b8

Monochromatic Colors of #aed6cc

#aed6cc

Complementary Color

#aed6cc #d6aeb8

#aed6cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed6cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed6cc Color CSS Codes

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

#aed6cc Text Font Color

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

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


#aed6cc Background Color

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

This div background color is #aed6cc


#aed6cc Border Color

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

This div border color is #aed6cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed6cc


Comments

No comments written yet.

Please login to write comment.