Color Hex Logo

#afabcc Color Hex

#AFABCC
(175,171,204)
0 Favorites   0 Comments

Color spaces of #afabcc

RGB 175171204
HSL0.690.240.74
HSV247°16°80°
CMYK 0.140.160.00   0.20
XYZ43.141242.599463.0755
Yxy42.59940.28990.2863
Hunter Lab65.26823.7661-11.6104
CIE-Lab71.28228.0401-16.2369

#afabcc color RGB value is (175,171,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11001100
Octal 257 253 314
Decimal 175 171 204
Hex AF AB CC

RGB Percentages of Color #afabcc

%31.82
%31.09
%37.09

CMYK Percentages of Color #afabcc

%14
%16
%0
%20

Triadic Colors of #afabcc

#afabcc #ccafab #abccaf

Analogous Colors of #afabcc

#afabcc #c0abcc #abb8cc

Monochromatic Colors of #afabcc

#afabcc

Complementary Color

#afabcc #c8ccab

#afabcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabcc Color CSS Codes

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

#afabcc Text Font Color

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

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


#afabcc Background Color

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

This div background color is #afabcc


#afabcc Border Color

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

This div border color is #afabcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabcc


Comments

No comments written yet.

Please login to write comment.