Color Hex Logo

#aefddd Color Hex

#AEFDDD
(174,253,221)
0 Favorites   0 Comments

Color spaces of #aefddd

RGB 174253221
HSL0.430.950.84
HSV156°31°99°
CMYK 0.310.000.13   0.01
XYZ65.632084.469781.2517
Yxy84.46970.28370.3651
Hunter Lab91.9074-33.369311.9192
CIE-Lab93.6541-30.70807.6518

#aefddd color RGB value is (174,253,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111101 11011101
Octal 256 375 335
Decimal 174 253 221
Hex AE FD DD

RGB Percentages of Color #aefddd

%26.85
%39.04
%34.10

CMYK Percentages of Color #aefddd

%31
%0
%13
%1

Triadic Colors of #aefddd

#aefddd #ddaefd #fdddae

Analogous Colors of #aefddd

#aefddd #aef6fd #aefdb6

Monochromatic Colors of #aefddd

#aefddd

Complementary Color

#aefddd #fdaece

#aefddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefddd Color CSS Codes

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

#aefddd Text Font Color

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

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


#aefddd Background Color

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

This div background color is #aefddd


#aefddd Border Color

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

This div border color is #aefddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefddd

Related Colors


Comments

No comments written yet.

Please login to write comment.