Color Hex Logo

#aff0fd Color Hex

#AFF0FD
(175,240,253)
0 Favorites   0 Comments

Color spaces of #aff0fd

RGB 175240253
HSL0.530.950.84
HSV190°31°99°
CMYK 0.310.050.00   0.01
XYZ66.568978.5260104.5770
Yxy78.52600.26660.3145
Hunter Lab88.6149-20.9841-7.9394
CIE-Lab91.0194-17.2584-12.8118

#aff0fd color RGB value is (175,240,253).

#aff0fd hex color red value is 175, green value is 240 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #aff0fd hue: 0.53 , saturation: 0.95 and the lightness value of aff0fd is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 11111101
Octal 257 360 375
Decimal 175 240 253
Hex AF F0 FD

RGB Percentages of Color #aff0fd

%26.20
%35.93
%37.87

CMYK Percentages of Color #aff0fd

%31
%5
%0
%1

Triadic Colors of #aff0fd

#aff0fd #fdaff0 #f0fdaf

Analogous Colors of #aff0fd

#aff0fd #afc9fd #affde3

Monochromatic Colors of #aff0fd

#aff0fd

Complementary Color

#aff0fd #fdbcaf

#aff0fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff0fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff0fd Color CSS Codes

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

#aff0fd Text Font Color

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

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


#aff0fd Background Color

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

This div background color is #aff0fd


#aff0fd Border Color

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

This div border color is #aff0fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff0fd

Related Colors


Comments

No comments written yet.

Please login to write comment.