Color Hex Logo

#aeddce Color Hex

#AEDDCE
(174,221,206)
0 Favorites   0 Comments

Color spaces of #aeddce

RGB 174221206
HSL0.450.410.77
HSV161°21°87°
CMYK 0.210.000.07   0.13
XYZ54.452665.167868.1012
Yxy65.16780.29010.3472
Hunter Lab80.7266-20.86776.4914
CIE-Lab84.5701-18.22242.3579

#aeddce color RGB value is (174,221,206).

#aeddce hex color red value is 174, green value is 221 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #aeddce hue: 0.45 , saturation: 0.41 and the lightness value of aeddce is 0.77.

The process color (four color CMYK) of #aeddce color hex is 0.21, 0.00, 0.07, 0.13. Web safe color of #aeddce is #99cccc. Color #aeddce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11001110
Octal 256 335 316
Decimal 174 221 206
Hex AE DD CE

RGB Percentages of Color #aeddce

%28.95
%36.77
%34.28

CMYK Percentages of Color #aeddce

%21
%0
%7
%13

Triadic Colors of #aeddce

#aeddce #ceaedd #ddceae

Analogous Colors of #aeddce

#aeddce #aed5dd #aeddb7

Monochromatic Colors of #aeddce

#aeddce

Complementary Color

#aeddce #ddaebd

#aeddce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeddce Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeddce Color CSS Codes

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

#aeddce Text Font Color

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

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


#aeddce Background Color

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

This div background color is #aeddce


#aeddce Border Color

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

This div border color is #aeddce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeddce


Comments

No comments written yet.

Please login to write comment.