Color Hex Logo

#afaafd Color Hex

#AFAAFD
(175,170,253)
0 Favorites   0 Comments

Color spaces of #afaafd

RGB 175170253
HSL0.680.950.83
HSV244°33°99°
CMYK 0.310.330.00   0.01
XYZ49.783544.955398.9819
Yxy44.95530.25700.2321
Hunter Lab67.048715.2005-40.5939
CIE-Lab72.862520.0161-40.5330

#afaafd color RGB value is (175,170,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11111101
Octal 257 252 375
Decimal 175 170 253
Hex AF AA FD

RGB Percentages of Color #afaafd

%29.26
%28.43
%42.31

CMYK Percentages of Color #afaafd

%31
%33
%0
%1

Triadic Colors of #afaafd

#afaafd #fdafaa #aafdaf

Analogous Colors of #afaafd

#afaafd #d9aafd #aacffd

Monochromatic Colors of #afaafd

#afaafd

Complementary Color

#afaafd #f8fdaa

#afaafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaafd Color CSS Codes

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

#afaafd Text Font Color

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

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


#afaafd Background Color

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

This div background color is #afaafd


#afaafd Border Color

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

This div border color is #afaafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaafd


Comments

No comments written yet.

Please login to write comment.