Color Hex Logo

#afafdc Color Hex

#AFAFDC
(175,175,220)
0 Favorites   0 Comments

Color spaces of #afafdc

RGB 175175220
HSL0.670.390.77
HSV240°20°86°
CMYK 0.200.200.00   0.14
XYZ45.927444.941273.9640
Yxy44.94120.27860.2726
Hunter Lab67.03824.9723-18.4886
CIE-Lab72.85329.3690-22.6175

#afafdc color RGB value is (175,175,220).

#afafdc hex color red value is 175, green value is 175 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #afafdc hue: 0.67 , saturation: 0.39 and the lightness value of afafdc is 0.77.

The process color (four color CMYK) of #afafdc color hex is 0.20, 0.20, 0.00, 0.14. Web safe color of #afafdc is #9999cc. Color #afafdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11011100
Octal 257 257 334
Decimal 175 175 220
Hex AF AF DC

RGB Percentages of Color #afafdc

%30.70
%30.70
%38.60

CMYK Percentages of Color #afafdc

%20
%20
%0
%14

Triadic Colors of #afafdc

#afafdc #dcafaf #afdcaf

Analogous Colors of #afafdc

#afafdc #c6afdc #afc6dc

Monochromatic Colors of #afafdc

#afafdc

Complementary Color

#afafdc #dcdcaf

#afafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafdc Color CSS Codes

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

#afafdc Text Font Color

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

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


#afafdc Background Color

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

This div background color is #afafdc


#afafdc Border Color

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

This div border color is #afafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafdc


Comments

No comments written yet.

Please login to write comment.