Color Hex Logo

#afacc8 Color Hex

#AFACC8
(175,172,200)
0 Favorites   0 Comments

Color spaces of #afacc8

RGB 175172200
HSL0.680.200.73
HSV246°14°78°
CMYK 0.130.140.00   0.22
XYZ42.857042.789160.6439
Yxy42.78910.29300.2925
Hunter Lab65.41342.4748-9.1776
CIE-Lab71.41166.6368-13.8433

#afacc8 color RGB value is (175,172,200).

#afacc8 hex color red value is 175, green value is 172 and the blue value of its RGB is 200. Cylindrical-coordinate representations (also known as HSL) of color #afacc8 hue: 0.68 , saturation: 0.20 and the lightness value of afacc8 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11001000
Octal 257 254 310
Decimal 175 172 200
Hex AF AC C8

RGB Percentages of Color #afacc8

%31.99
%31.44
%36.56

CMYK Percentages of Color #afacc8

%13
%14
%0
%22

Triadic Colors of #afacc8

#afacc8 #c8afac #acc8af

Analogous Colors of #afacc8

#afacc8 #bdacc8 #acb7c8

Monochromatic Colors of #afacc8

#afacc8

Complementary Color

#afacc8 #c5c8ac

#afacc8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacc8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacc8 Color CSS Codes

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

#afacc8 Text Font Color

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

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


#afacc8 Background Color

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

This div background color is #afacc8


#afacc8 Border Color

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

This div border color is #afacc8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacc8


Comments

No comments written yet.

Please login to write comment.