Color Hex Logo

#afaffd Color Hex

#AFAFFD
(175,175,253)
0 Favorites   0 Comments

Color spaces of #afaffd

RGB 175175253
HSL0.670.950.84
HSV240°31°99°
CMYK 0.310.310.00   0.01
XYZ50.738846.865899.3003
Yxy46.86580.25770.2380
Hunter Lab68.458612.4946-38.0801
CIE-Lab74.103817.2269-38.6002

#afaffd color RGB value is (175,175,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11111101
Octal 257 257 375
Decimal 175 175 253
Hex AF AF FD

RGB Percentages of Color #afaffd

%29.02
%29.02
%41.96

CMYK Percentages of Color #afaffd

%31
%31
%0
%1

Triadic Colors of #afaffd

#afaffd #fdafaf #affdaf

Analogous Colors of #afaffd

#afaffd #d6affd #afd6fd

Monochromatic Colors of #afaffd

#afaffd

Complementary Color

#afaffd #fdfdaf

#afaffd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaffd Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaffd Color CSS Codes

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

#afaffd Text Font Color

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

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


#afaffd Background Color

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

This div background color is #afaffd


#afaffd Border Color

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

This div border color is #afaffd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaffd


Comments

No comments written yet.

Please login to write comment.