Color Hex Logo

#afafdf Color Hex

#AFAFDF
(175,175,223)
0 Favorites   0 Comments

Color spaces of #afafdf

RGB 175175223
HSL0.670.430.78
HSV240°22°87°
CMYK 0.220.220.00   0.13
XYZ46.328545.101676.0757
Yxy45.10160.27660.2693
Hunter Lab67.15775.6115-20.1528
CIE-Lab72.958710.0528-24.0930

#afafdf color RGB value is (175,175,223).

#afafdf hex color red value is 175, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #afafdf hue: 0.67 , saturation: 0.43 and the lightness value of afafdf is 0.78.

The process color (four color CMYK) of #afafdf color hex is 0.22, 0.22, 0.00, 0.13. Web safe color of #afafdf is #9999cc. Color #afafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11011111
Octal 257 257 337
Decimal 175 175 223
Hex AF AF DF

RGB Percentages of Color #afafdf

%30.54
%30.54
%38.92

CMYK Percentages of Color #afafdf

%22
%22
%0
%13

Triadic Colors of #afafdf

#afafdf #dfafaf #afdfaf

Analogous Colors of #afafdf

#afafdf #c7afdf #afc7df

Monochromatic Colors of #afafdf

#afafdf

Complementary Color

#afafdf #dfdfaf

#afafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafdf Color CSS Codes

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

#afafdf Text Font Color

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

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


#afafdf Background Color

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

This div background color is #afafdf


#afafdf Border Color

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

This div border color is #afafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafdf


Comments

No comments written yet.

Please login to write comment.