Color Hex Logo

#aed4ce Color Hex

#AED4CE
(174,212,206)
0 Favorites   0 Comments

Color spaces of #aed4ce

RGB 174212206
HSL0.470.310.76
HSV171°18°83°
CMYK 0.180.000.03   0.17
XYZ52.139660.541967.3302
Yxy60.54190.28960.3363
Hunter Lab77.8087-16.55233.1606
CIE-Lab82.1319-13.6777-1.1981

#aed4ce color RGB value is (174,212,206).

#aed4ce hex color red value is 174, green value is 212 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aed4ce hue: 0.47 , saturation: 0.31 and the lightness value of aed4ce is 0.76.

The process color (four color CMYK) of #aed4ce color hex is 0.18, 0.00, 0.03, 0.17. Web safe color of #aed4ce is #99cccc. Color #aed4ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010100 11001110
Octal 256 324 316
Decimal 174 212 206
Hex AE D4 CE

RGB Percentages of Color #aed4ce

%29.39
%35.81
%34.80

CMYK Percentages of Color #aed4ce

%18
%0
%3
%17

Triadic Colors of #aed4ce

#aed4ce #ceaed4 #d4ceae

Analogous Colors of #aed4ce

#aed4ce #aec7d4 #aed4bb

Monochromatic Colors of #aed4ce

#aed4ce

Complementary Color

#aed4ce #d4aeb4

#aed4ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed4ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed4ce Color CSS Codes

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

#aed4ce Text Font Color

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

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


#aed4ce Background Color

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

This div background color is #aed4ce


#aed4ce Border Color

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

This div border color is #aed4ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed4ce


Comments

No comments written yet.

Please login to write comment.