Color Hex Logo

#affaff Color Hex

#AFFAFF
(175,250,255)
0 Favorites   0 Comments

Color spaces of #affaff

RGB 175250255
HSL0.511.000.84
HSV184°31°100°
CMYK 0.310.020.00   0.00
XYZ69.914884.7052107.2726
Yxy84.70520.26700.3234
Hunter Lab92.0354-25.4643-4.6811
CIE-Lab93.7559-21.7358-9.7747

#affaff color RGB value is (175,250,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11111010 11111111
Octal 257 372 377
Decimal 175 250 255
Hex AF FA FF

RGB Percentages of Color #affaff

%25.74
%36.76
%37.50

CMYK Percentages of Color #affaff

%31
%2
%0
%0

Triadic Colors of #affaff

#affaff #ffaffa #faffaf

Analogous Colors of #affaff

#affaff #afd2ff #afffdc

Monochromatic Colors of #affaff

#affaff

Complementary Color

#affaff #ffb4af

#affaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#affaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#affaff Color CSS Codes

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

#affaff Text Font Color

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

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


#affaff Background Color

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

This div background color is #affaff


#affaff Border Color

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

This div border color is #affaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #affaff

Related Colors

#affaff Color Palettes


Comments

No comments written yet.

Please login to write comment.