Color Hex Logo

#afaaff Color Hex

#AFAAFF
(175,170,255)
0 Favorites   0 Comments

Color spaces of #afaaff

RGB 175170255
HSL0.681.000.83
HSV244°33°100°
CMYK 0.310.330.00   0.00
XYZ50.103945.0834100.6689
Yxy45.08340.25580.2302
Hunter Lab67.144215.6968-41.8923
CIE-Lab72.946820.5154-41.4821

#afaaff color RGB value is (175,170,255).

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

The process color (four color CMYK) of #afaaff color hex is 0.31, 0.33, 0.00, 0.00. Web safe color of #afaaff is #9999ff. Color #afaaff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11111111
Octal 257 252 377
Decimal 175 170 255
Hex AF AA FF

RGB Percentages of Color #afaaff

%29.17
%28.33
%42.50

CMYK Percentages of Color #afaaff

%31
%33
%0
%0

Triadic Colors of #afaaff

#afaaff #ffafaa #aaffaf

Analogous Colors of #afaaff

#afaaff #daaaff #aad0ff

Monochromatic Colors of #afaaff

#afaaff

Complementary Color

#afaaff #faffaa

#afaaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaaff Color CSS Codes

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

#afaaff Text Font Color

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

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


#afaaff Background Color

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

This div background color is #afaaff


#afaaff Border Color

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

This div border color is #afaaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaaff

Related Colors


Comments

No comments written yet.

Please login to write comment.