Color Hex Logo

#aefaed Color Hex

#AEFAED
(174,250,237)
0 Favorites   0 Comments

Color spaces of #aefaed

RGB 174250237
HSL0.470.880.83
HSV170°30°98°
CMYK 0.300.000.05   0.02
XYZ66.927283.484392.7074
Yxy83.48430.27530.3434
Hunter Lab91.3697-29.14803.8008
CIE-Lab93.2261-25.9747-1.2398

#aefaed color RGB value is (174,250,237).

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

The process color (four color CMYK) of #aefaed color hex is 0.30, 0.00, 0.05, 0.02. Web safe color of #aefaed is #99ffff. Color #aefaed contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11101101
Octal 256 372 355
Decimal 174 250 237
Hex AE FA ED

RGB Percentages of Color #aefaed

%26.32
%37.82
%35.85

CMYK Percentages of Color #aefaed

%30
%0
%5
%2

Triadic Colors of #aefaed

#aefaed #edaefa #faedae

Analogous Colors of #aefaed

#aefaed #aee1fa #aefac7

Monochromatic Colors of #aefaed

#aefaed

Complementary Color

#aefaed #faaebb

#aefaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefaed Color CSS Codes

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

#aefaed Text Font Color

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

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


#aefaed Background Color

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

This div background color is #aefaed


#aefaed Border Color

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

This div border color is #aefaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefaed


Comments

No comments written yet.

Please login to write comment.