Color Hex Logo

#aafef8 Color Hex

#AAFEF8
(170,254,248)
0 Favorites   0 Comments

Color spaces of #aafef8

RGB 170254248
HSL0.490.980.83
HSV176°33°100°
CMYK 0.330.000.02   0.00
XYZ68.962786.2070101.8118
Yxy86.20700.26840.3355
Hunter Lab92.8477-29.9025-0.0208
CIE-Lab94.4008-26.5735-5.2270

#aafef8 color RGB value is (170,254,248).

#aafef8 hex color red value is 170, green value is 254 and the blue value of its RGB is 248. Cylindrical-coordinate representations (also known as HSL) of color #aafef8 hue: 0.49 , saturation: 0.98 and the lightness value of aafef8 is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11111000
Octal 252 376 370
Decimal 170 254 248
Hex AA FE F8

RGB Percentages of Color #aafef8

%25.30
%37.80
%36.90

CMYK Percentages of Color #aafef8

%33
%0
%2
%0

Triadic Colors of #aafef8

#aafef8 #f8aafe #fef8aa

Analogous Colors of #aafef8

#aafef8 #aadafe #aafece

Monochromatic Colors of #aafef8

#aafef8

Complementary Color

#aafef8 #feaab0

#aafef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafef8 Color CSS Codes

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

#aafef8 Text Font Color

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

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


#aafef8 Background Color

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

This div background color is #aafef8


#aafef8 Border Color

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

This div border color is #aafef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafef8


Comments

No comments written yet.

Please login to write comment.