Color Hex Logo

#afaac7 Color Hex

#AFAAC7
(175,170,199)
0 Favorites   0 Comments

Color spaces of #afaac7

RGB 175170199
HSL0.700.210.72
HSV250°15°78°
CMYK 0.120.150.00   0.22
XYZ42.362741.986959.9044
Yxy41.98690.29370.2911
Hunter Lab64.79733.3031-9.4549
CIE-Lab70.86197.5265-14.1195

#afaac7 color RGB value is (175,170,199).

#afaac7 hex color red value is 175, green value is 170 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #afaac7 hue: 0.70 , saturation: 0.21 and the lightness value of afaac7 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11000111
Octal 257 252 307
Decimal 175 170 199
Hex AF AA C7

RGB Percentages of Color #afaac7

%32.17
%31.25
%36.58

CMYK Percentages of Color #afaac7

%12
%15
%0
%22

Triadic Colors of #afaac7

#afaac7 #c7afaa #aac7af

Analogous Colors of #afaac7

#afaac7 #beaac7 #aab4c7

Monochromatic Colors of #afaac7

#afaac7

Complementary Color

#afaac7 #c2c7aa

#afaac7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaac7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaac7 Color CSS Codes

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

#afaac7 Text Font Color

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

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


#afaac7 Background Color

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

This div background color is #afaac7


#afaac7 Border Color

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

This div border color is #afaac7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaac7

#afaac7 Color Palettes


Comments

No comments written yet.

Please login to write comment.