Color Hex Logo

#aafae5 Color Hex

#AAFAE5
(170,250,229)
0 Favorites   0 Comments

Color spaces of #aafae5

RGB 170250229
HSL0.460.890.82
HSV164°32°98°
CMYK 0.320.000.08   0.02
XYZ64.906082.574486.6463
Yxy82.57440.27720.3527
Hunter Lab90.8705-31.52627.0754
CIE-Lab92.8278-28.78182.2980

#aafae5 color RGB value is (170,250,229).

#aafae5 hex color red value is 170, green value is 250 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #aafae5 hue: 0.46 , saturation: 0.89 and the lightness value of aafae5 is 0.82.

The process color (four color CMYK) of #aafae5 color hex is 0.32, 0.00, 0.08, 0.02. Web safe color of #aafae5 is #99ffcc. Color #aafae5 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11100101
Octal 252 372 345
Decimal 170 250 229
Hex AA FA E5

RGB Percentages of Color #aafae5

%26.19
%38.52
%35.29

CMYK Percentages of Color #aafae5

%32
%0
%8
%2

Triadic Colors of #aafae5

#aafae5 #e5aafa #fae5aa

Analogous Colors of #aafae5

#aafae5 #aae7fa #aafabd

Monochromatic Colors of #aafae5

#aafae5

Complementary Color

#aafae5 #faaabf

#aafae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafae5 Color CSS Codes

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

#aafae5 Text Font Color

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

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


#aafae5 Background Color

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

This div background color is #aafae5


#aafae5 Border Color

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

This div border color is #aafae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafae5


Comments

No comments written yet.

Please login to write comment.