Color Hex Logo

#afafd6 Color Hex

#AFAFD6
(175,175,214)
0 Favorites   0 Comments

Color spaces of #afafd6

RGB 175175214
HSL0.670.320.76
HSV240°18°84°
CMYK 0.180.180.00   0.16
XYZ45.146844.628969.8531
Yxy44.62890.28280.2796
Hunter Lab66.80493.7220-15.2319
CIE-Lab72.64698.0226-19.6537

#afafd6 color RGB value is (175,175,214).

#afafd6 hex color red value is 175, green value is 175 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #afafd6 hue: 0.67 , saturation: 0.32 and the lightness value of afafd6 is 0.76.

The process color (four color CMYK) of #afafd6 color hex is 0.18, 0.18, 0.00, 0.16. Web safe color of #afafd6 is #9999cc. Color #afafd6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11010110
Octal 257 257 326
Decimal 175 175 214
Hex AF AF D6

RGB Percentages of Color #afafd6

%31.03
%31.03
%37.94

CMYK Percentages of Color #afafd6

%18
%18
%0
%16

Triadic Colors of #afafd6

#afafd6 #d6afaf #afd6af

Analogous Colors of #afafd6

#afafd6 #c3afd6 #afc3d6

Monochromatic Colors of #afafd6

#afafd6

Complementary Color

#afafd6 #d6d6af

#afafd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafd6 Color CSS Codes

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

#afafd6 Text Font Color

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

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


#afafd6 Background Color

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

This div background color is #afafd6


#afafd6 Border Color

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

This div border color is #afafd6


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,175,214, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afafd6">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafd6


Comments

No comments written yet.

Please login to write comment.