Color Hex Logo

#aafafd Color Hex

#AAFAFD
(170,250,253)
0 Favorites   0 Comments

Color spaces of #aafafd

RGB 170250253
HSL0.510.950.83
HSV182°33°99°
CMYK 0.330.010.00   0.01
XYZ68.492884.0091105.5339
Yxy84.00910.26540.3256
Hunter Lab91.6565-27.0098-4.1074
CIE-Lab93.4545-23.5173-9.2135

#aafafd color RGB value is (170,250,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101010 11111010 11111101
Octal 252 372 375
Decimal 170 250 253
Hex AA FA FD

RGB Percentages of Color #aafafd

%25.26
%37.15
%37.59

CMYK Percentages of Color #aafafd

%33
%1
%0
%1

Triadic Colors of #aafafd

#aafafd #fdaafa #fafdaa

Analogous Colors of #aafafd

#aafafd #aad1fd #aafdd7

Monochromatic Colors of #aafafd

#aafafd

Complementary Color

#aafafd #fdadaa

#aafafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aafafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aafafd Color CSS Codes

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

#aafafd Text Font Color

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

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


#aafafd Background Color

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

This div background color is #aafafd


#aafafd Border Color

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

This div border color is #aafafd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(170,250,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 #aafafd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aafafd


Comments

No comments written yet.

Please login to write comment.