Color Hex Logo

#aff0ff Color Hex

#AFF0FF
(175,240,255)
0 Favorites   0 Comments

Color spaces of #aff0ff

RGB 175240255
HSL0.531.000.84
HSV191°31°100°
CMYK 0.310.060.00   0.00
XYZ66.889378.6541106.2641
Yxy78.65410.26560.3124
Hunter Lab88.6871-20.5749-8.9597
CIE-Lab91.0776-16.7979-13.7670

#aff0ff color RGB value is (175,240,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 11111111
Octal 257 360 377
Decimal 175 240 255
Hex AF F0 FF

RGB Percentages of Color #aff0ff

%26.12
%35.82
%38.06

CMYK Percentages of Color #aff0ff

%31
%6
%0
%0

Triadic Colors of #aff0ff

#aff0ff #ffaff0 #f0ffaf

Analogous Colors of #aff0ff

#aff0ff #afc8ff #afffe6

Monochromatic Colors of #aff0ff

#aff0ff

Complementary Color

#aff0ff #ffbeaf

#aff0ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff0ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff0ff Color CSS Codes

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

#aff0ff Text Font Color

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

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


#aff0ff Background Color

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

This div background color is #aff0ff


#aff0ff Border Color

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

This div border color is #aff0ff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,240,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff0ff

Related Colors


Comments

No comments written yet.

Please login to write comment.