Color Hex Logo

#aefedd Color Hex

#AEFEDD
(174,254,221)
0 Favorites   0 Comments

Color spaces of #aefedd

RGB 174254221
HSL0.430.980.84
HSV155°31°100°
CMYK 0.310.000.13   0.00
XYZ65.948585.102881.3572
Yxy85.10280.28380.3662
Hunter Lab92.2512-33.833512.2874
CIE-Lab93.9274-31.17668.0445

#aefedd color RGB value is (174,254,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11011101
Octal 256 376 335
Decimal 174 254 221
Hex AE FE DD

RGB Percentages of Color #aefedd

%26.81
%39.14
%34.05

CMYK Percentages of Color #aefedd

%31
%0
%13
%0

Triadic Colors of #aefedd

#aefedd #ddaefe #feddae

Analogous Colors of #aefedd

#aefedd #aef7fe #aefeb5

Monochromatic Colors of #aefedd

#aefedd

Complementary Color

#aefedd #feaecf

#aefedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefedd Color CSS Codes

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

#aefedd Text Font Color

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

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


#aefedd Background Color

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

This div background color is #aefedd


#aefedd Border Color

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

This div border color is #aefedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefedd


Comments

No comments written yet.

Please login to write comment.