Color Hex Logo

#aefadf Color Hex

#AEFADF
(174,250,223)
0 Favorites   0 Comments

Color spaces of #aefadf

RGB 174250223
HSL0.440.880.83
HSV159°30°98°
CMYK 0.300.000.11   0.02
XYZ64.960482.697682.3505
Yxy82.69760.28240.3595
Hunter Lab90.9382-31.63309.9658
CIE-Lab92.8819-28.89205.5063

#aefadf color RGB value is (174,250,223).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11011111
Octal 256 372 337
Decimal 174 250 223
Hex AE FA DF

RGB Percentages of Color #aefadf

%26.89
%38.64
%34.47

CMYK Percentages of Color #aefadf

%30
%0
%11
%2

Triadic Colors of #aefadf

#aefadf #dfaefa #fadfae

Analogous Colors of #aefadf

#aefadf #aeeffa #aefab9

Monochromatic Colors of #aefadf

#aefadf

Complementary Color

#aefadf #faaec9

#aefadf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefadf Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefadf Color CSS Codes

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

#aefadf Text Font Color

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

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


#aefadf Background Color

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

This div background color is #aefadf


#aefadf Border Color

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

This div border color is #aefadf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefadf


Comments

No comments written yet.

Please login to write comment.