Color Hex Logo

#aeffdd Color Hex

#AEFFDD
(174,255,221)
2 Favorites   0 Comments

Color spaces of #aeffdd

RGB 174255221
HSL0.431.000.84
HSV155°32°100°
CMYK 0.320.000.13   0.00
XYZ66.266785.739181.4633
Yxy85.73910.28380.3672
Hunter Lab92.5954-34.296912.6548
CIE-Lab94.2007-31.64388.4368

#aeffdd color RGB value is (174,255,221).

#aeffdd hex color red value is 174, green value is 255 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aeffdd hue: 0.43 , saturation: 1.00 and the lightness value of aeffdd is 0.84.

The process color (four color CMYK) of #aeffdd color hex is 0.32, 0.00, 0.13, 0.00. Web safe color of #aeffdd is #99ffcc. Color #aeffdd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111111 11011101
Octal 256 377 335
Decimal 174 255 221
Hex AE FF DD

RGB Percentages of Color #aeffdd

%26.77
%39.23
%34.00

CMYK Percentages of Color #aeffdd

%32
%0
%13
%0

Triadic Colors of #aeffdd

#aeffdd #ddaeff #ffddae

Analogous Colors of #aeffdd

#aeffdd #aef9ff #aeffb5

Monochromatic Colors of #aeffdd

#aeffdd

Complementary Color

#aeffdd #ffaed0

#aeffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aeffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aeffdd Color CSS Codes

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

#aeffdd Text Font Color

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

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


#aeffdd Background Color

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

This div background color is #aeffdd


#aeffdd Border Color

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

This div border color is #aeffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aeffdd

Related Colors

#aeffdd Color Palettes


Comments

No comments written yet.

Please login to write comment.