Color Hex Logo

#aefadd Color Hex

#AEFADD
(174,250,221)
0 Favorites   0 Comments

Color spaces of #aefadd

RGB 174250221
HSL0.440.880.83
HSV157°30°98°
CMYK 0.300.000.12   0.02
XYZ64.692382.590380.9385
Yxy82.59030.28350.3619
Hunter Lab90.8792-31.973510.8108
CIE-Lab92.8348-29.29566.4725

#aefadd color RGB value is (174,250,221).

#aefadd hex color red value is 174, green value is 250 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #aefadd hue: 0.44 , saturation: 0.88 and the lightness value of aefadd is 0.83.

The process color (four color CMYK) of #aefadd color hex is 0.30, 0.00, 0.12, 0.02. Web safe color of #aefadd is #99ffcc. Color #aefadd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11011101
Octal 256 372 335
Decimal 174 250 221
Hex AE FA DD

RGB Percentages of Color #aefadd

%26.98
%38.76
%34.26

CMYK Percentages of Color #aefadd

%30
%0
%12
%2

Triadic Colors of #aefadd

#aefadd #ddaefa #faddae

Analogous Colors of #aefadd

#aefadd #aef1fa #aefab7

Monochromatic Colors of #aefadd

#aefadd

Complementary Color

#aefadd #faaecb

#aefadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefadd Color CSS Codes

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

#aefadd Text Font Color

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

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


#aefadd Background Color

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

This div background color is #aefadd


#aefadd Border Color

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

This div border color is #aefadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefadd


Comments

No comments written yet.

Please login to write comment.