Color Hex Logo

#aafefd Color Hex

#AAFEFD
(170,254,253)
0 Favorites   0 Comments

Color spaces of #aafefd

RGB 170254253
HSL0.500.980.83
HSV179°33°100°
CMYK 0.330.000.00   0.00
XYZ69.749086.5215105.9527
Yxy86.52150.26600.3300
Hunter Lab93.0169-28.9309-2.4235
CIE-Lab94.5349-25.4504-7.6121

#aafefd color RGB value is (170,254,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111110 11111101
Octal 252 376 375
Decimal 170 254 253
Hex AA FE FD

RGB Percentages of Color #aafefd

%25.11
%37.52
%37.37

CMYK Percentages of Color #aafefd

%33
%0
%0
%0

Triadic Colors of #aafefd

#aafefd #fdaafe #fefdaa

Analogous Colors of #aafefd

#aafefd #aad5fe #aafed3

Monochromatic Colors of #aafefd

#aafefd

Complementary Color

#aafefd #feaaab

#aafefd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafefd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafefd Color CSS Codes

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

#aafefd Text Font Color

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

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


#aafefd Background Color

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

This div background color is #aafefd


#aafefd Border Color

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

This div border color is #aafefd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafefd

Related Colors


Comments

No comments written yet.

Please login to write comment.