Color Hex Logo

#aedddd Color Hex

#AEDDDD
(174,221,221)
0 Favorites   0 Comments

Color spaces of #aedddd

RGB 174221221
HSL0.500.410.77
HSV180°21°87°
CMYK 0.210.000.00   0.13
XYZ56.363265.932078.1621
Yxy65.93200.28120.3289
Hunter Lab81.1985-18.1933-0.2339
CIE-Lab84.9617-15.1091-5.0060

#aedddd color RGB value is (174,221,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11011101 11011101
Octal 256 335 335
Decimal 174 221 221
Hex AE DD DD

RGB Percentages of Color #aedddd

%28.25
%35.88
%35.88

CMYK Percentages of Color #aedddd

%21
%0
%0
%13

Triadic Colors of #aedddd

#aedddd #ddaedd #ddddae

Analogous Colors of #aedddd

#aedddd #aec6dd #aeddc6

Monochromatic Colors of #aedddd

#aedddd

Complementary Color

#aedddd #ddaeae

#aedddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aedddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aedddd Color CSS Codes

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

#aedddd Text Font Color

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

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


#aedddd Background Color

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

This div background color is #aedddd


#aedddd Border Color

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

This div border color is #aedddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aedddd


Comments

No comments written yet.

Please login to write comment.