Color Hex Logo

#aefae9 Color Hex

#AEFAE9
(174,250,233)
0 Favorites   0 Comments

Color spaces of #aefae9

RGB 174250233
HSL0.460.880.83
HSV167°30°98°
CMYK 0.300.000.07   0.02
XYZ66.349183.253189.6633
Yxy83.25310.27730.3480
Hunter Lab91.2431-29.87605.6068
CIE-Lab93.1251-26.82410.6841

#aefae9 color RGB value is (174,250,233).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101110 11111010 11101001
Octal 256 372 351
Decimal 174 250 233
Hex AE FA E9

RGB Percentages of Color #aefae9

%26.48
%38.05
%35.46

CMYK Percentages of Color #aefae9

%30
%0
%7
%2

Triadic Colors of #aefae9

#aefae9 #e9aefa #fae9ae

Analogous Colors of #aefae9

#aefae9 #aee5fa #aefac3

Monochromatic Colors of #aefae9

#aefae9

Complementary Color

#aefae9 #faaebf

#aefae9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aefae9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aefae9 Color CSS Codes

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

#aefae9 Text Font Color

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

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


#aefae9 Background Color

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

This div background color is #aefae9


#aefae9 Border Color

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

This div border color is #aefae9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aefae9


Comments

No comments written yet.

Please login to write comment.