Color Hex Logo

#aed1ce Color Hex

#AED1CE
(174,209,206)
0 Favorites   0 Comments

Color spaces of #aed1ce

RGB 174209206
HSL0.490.280.75
HSV175°17°82°
CMYK 0.170.000.01   0.18
XYZ51.396659.055867.0825
Yxy59.05580.28950.3326
Hunter Lab76.8478-15.10092.0376
CIE-Lab81.3223-12.1416-2.3848

#aed1ce color RGB value is (174,209,206).

#aed1ce hex color red value is 174, green value is 209 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aed1ce hue: 0.49 , saturation: 0.28 and the lightness value of aed1ce is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11010001 11001110
Octal 256 321 316
Decimal 174 209 206
Hex AE D1 CE

RGB Percentages of Color #aed1ce

%29.54
%35.48
%34.97

CMYK Percentages of Color #aed1ce

%17
%0
%1
%18

Triadic Colors of #aed1ce

#aed1ce #ceaed1 #d1ceae

Analogous Colors of #aed1ce

#aed1ce #aec3d1 #aed1bd

Monochromatic Colors of #aed1ce

#aed1ce

Complementary Color

#aed1ce #d1aeb1

#aed1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aed1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aed1ce Color CSS Codes

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

#aed1ce Text Font Color

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

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


#aed1ce Background Color

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

This div background color is #aed1ce


#aed1ce Border Color

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

This div border color is #aed1ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aed1ce


Comments

No comments written yet.

Please login to write comment.