Color Hex Logo

#aff8ff Color Hex

#AFF8FF
(175,248,255)
0 Favorites   0 Comments

Color spaces of #aff8ff

RGB 175248255
HSL0.511.000.84
HSV185°31°100°
CMYK 0.310.030.00   0.00
XYZ69.296683.4688107.0665
Yxy83.46880.26670.3212
Hunter Lab91.3613-24.4917-5.5292
CIE-Lab93.2193-20.7570-10.5724

#aff8ff color RGB value is (175,248,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111000 11111111
Octal 257 370 377
Decimal 175 248 255
Hex AF F8 FF

RGB Percentages of Color #aff8ff

%25.81
%36.58
%37.61

CMYK Percentages of Color #aff8ff

%31
%3
%0
%0

Triadic Colors of #aff8ff

#aff8ff #ffaff8 #f8ffaf

Analogous Colors of #aff8ff

#aff8ff #afd0ff #afffde

Monochromatic Colors of #aff8ff

#aff8ff

Complementary Color

#aff8ff #ffb6af

#aff8ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff8ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff8ff Color CSS Codes

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

#aff8ff Text Font Color

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

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


#aff8ff Background Color

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

This div background color is #aff8ff


#aff8ff Border Color

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

This div border color is #aff8ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff8ff

Related Colors


Comments

No comments written yet.

Please login to write comment.