Color Hex Logo

#aefeda Color Hex

#AEFEDA
(174,254,218)
0 Favorites   0 Comments

Color spaces of #aefeda

RGB 174254218
HSL0.430.980.84
HSV153°31°100°
CMYK 0.310.000.14   0.00
XYZ65.552384.944279.2706
Yxy84.94420.28530.3697
Hunter Lab92.1652-34.331313.5207
CIE-Lab93.8591-31.77039.4917

#aefeda color RGB value is (174,254,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111110 11011010
Octal 256 376 332
Decimal 174 254 218
Hex AE FE DA

RGB Percentages of Color #aefeda

%26.93
%39.32
%33.75

CMYK Percentages of Color #aefeda

%31
%0
%14
%0

Triadic Colors of #aefeda

#aefeda #daaefe #fedaae

Analogous Colors of #aefeda

#aefeda #aefafe #aefeb2

Monochromatic Colors of #aefeda

#aefeda

Complementary Color

#aefeda #feaed2

#aefeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefeda Color CSS Codes

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

#aefeda Text Font Color

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

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


#aefeda Background Color

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

This div background color is #aefeda


#aefeda Border Color

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

This div border color is #aefeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefeda


Comments

No comments written yet.

Please login to write comment.