Color Hex Logo

#afaac0 Color Hex

#AFAAC0
(175,170,192)
0 Favorites   0 Comments

Color spaces of #afaac0

RGB 175170192
HSL0.700.150.71
HSV254°11°75°
CMYK 0.090.110.00   0.25
XYZ41.568341.669255.7212
Yxy41.66920.29910.2999
Hunter Lab64.55171.9803-5.9931
CIE-Lab70.64226.0707-10.5911

#afaac0 color RGB value is (175,170,192).

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

The process color (four color CMYK) of #afaac0 color hex is 0.09, 0.11, 0.00, 0.25. Web safe color of #afaac0 is #9999cc. Color #afaac0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11000000
Octal 257 252 300
Decimal 175 170 192
Hex AF AA C0

RGB Percentages of Color #afaac0

%32.59
%31.66
%35.75

CMYK Percentages of Color #afaac0

%9
%11
%0
%25

Triadic Colors of #afaac0

#afaac0 #c0afaa #aac0af

Analogous Colors of #afaac0

#afaac0 #baaac0 #aab0c0

Monochromatic Colors of #afaac0

#afaac0

Complementary Color

#afaac0 #bbc0aa

#afaac0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaac0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaac0 Color CSS Codes

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

#afaac0 Text Font Color

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

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


#afaac0 Background Color

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

This div background color is #afaac0


#afaac0 Border Color

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

This div border color is #afaac0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaac0


Comments

No comments written yet.

Please login to write comment.