Color Hex Logo

#afafcc Color Hex

#AFAFCC
(175,175,204)
0 Favorites   0 Comments

Color spaces of #afafcc

RGB 175175204
HSL0.670.220.74
HSV240°14°80°
CMYK 0.140.140.00   0.20
XYZ43.908344.133563.3312
Yxy44.13350.29010.2916
Hunter Lab66.43301.7201-10.0185
CIE-Lab72.31765.8412-14.6767

#afafcc color RGB value is (175,175,204).

#afafcc hex color red value is 175, green value is 175 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #afafcc hue: 0.67 , saturation: 0.22 and the lightness value of afafcc is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 11001100
Octal 257 257 314
Decimal 175 175 204
Hex AF AF CC

RGB Percentages of Color #afafcc

%31.59
%31.59
%36.82

CMYK Percentages of Color #afafcc

%14
%14
%0
%20

Triadic Colors of #afafcc

#afafcc #ccafaf #afccaf

Analogous Colors of #afafcc

#afafcc #beafcc #afbecc

Monochromatic Colors of #afafcc

#afafcc

Complementary Color

#afafcc #ccccaf

#afafcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afafcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afafcc Color CSS Codes

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

#afafcc Text Font Color

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

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


#afafcc Background Color

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

This div background color is #afafcc


#afafcc Border Color

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

This div border color is #afafcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afafcc


Comments

No comments written yet.

Please login to write comment.