Color Hex Logo

#afacc7 Color Hex

#AFACC7
(175,172,199)
0 Favorites   0 Comments

Color spaces of #afacc7

RGB 175172199
HSL0.690.190.73
HSV247°14°78°
CMYK 0.120.140.00   0.22
XYZ42.740542.742560.0303
Yxy42.74250.29370.2937
Hunter Lab65.37772.2828-8.6761
CIE-Lab71.37996.4259-13.3412

#afacc7 color RGB value is (175,172,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 11000111
Octal 257 254 307
Decimal 175 172 199
Hex AF AC C7

RGB Percentages of Color #afacc7

%32.05
%31.50
%36.45

CMYK Percentages of Color #afacc7

%12
%14
%0
%22

Triadic Colors of #afacc7

#afacc7 #c7afac #acc7af

Analogous Colors of #afacc7

#afacc7 #bdacc7 #acb7c7

Monochromatic Colors of #afacc7

#afacc7

Complementary Color

#afacc7 #c4c7ac

#afacc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afacc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afacc7 Color CSS Codes

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

#afacc7 Text Font Color

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

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


#afacc7 Background Color

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

This div background color is #afacc7


#afacc7 Border Color

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

This div border color is #afacc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afacc7


Comments

No comments written yet.

Please login to write comment.