Color Hex Logo

#afacc3 Color Hex

#AFACC3
(175,172,195)
0 Favorites   0 Comments

Color spaces of #afacc3

RGB 175172195
HSL0.690.160.72
HSV248°12°76°
CMYK 0.100.120.00   0.24
XYZ42.282042.559157.6160
Yxy42.55910.29680.2988
Hunter Lab65.23731.5251-6.6973
CIE-Lab71.25475.5906-11.3283

#afacc3 color RGB value is (175,172,195).

#afacc3 hex color red value is 175, green value is 172 and the blue value of its RGB is 195. Cylindrical-coordinate representations (also known as HSL) of color #afacc3 hue: 0.69 , saturation: 0.16 and the lightness value of afacc3 is 0.72.

The process color (four color CMYK) of #afacc3 color hex is 0.10, 0.12, 0.00, 0.24. Web safe color of #afacc3 is #9999cc. Color #afacc3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11000011
Octal 257 254 303
Decimal 175 172 195
Hex AF AC C3

RGB Percentages of Color #afacc3

%32.29
%31.73
%35.98

CMYK Percentages of Color #afacc3

%10
%12
%0
%24

Triadic Colors of #afacc3

#afacc3 #c3afac #acc3af

Analogous Colors of #afacc3

#afacc3 #bbacc3 #acb5c3

Monochromatic Colors of #afacc3

#afacc3

Complementary Color

#afacc3 #c0c3ac

#afacc3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacc3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacc3 Color CSS Codes

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

#afacc3 Text Font Color

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

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


#afacc3 Background Color

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

This div background color is #afacc3


#afacc3 Border Color

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

This div border color is #afacc3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacc3


Comments

No comments written yet.

Please login to write comment.