Color Hex Logo

#afaac1 Color Hex

#AFAAC1
(175,170,193)
0 Favorites   0 Comments

Color spaces of #afaac1

RGB 175170193
HSL0.700.160.71
HSV253°12°76°
CMYK 0.090.120.00   0.24
XYZ41.679641.713756.3069
Yxy41.71370.29840.2986
Hunter Lab64.58612.1663-6.4794
CIE-Lab70.67316.2763-11.0965

#afaac1 color RGB value is (175,170,193).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 11000001
Octal 257 252 301
Decimal 175 170 193
Hex AF AA C1

RGB Percentages of Color #afaac1

%32.53
%31.60
%35.87

CMYK Percentages of Color #afaac1

%9
%12
%0
%24

Triadic Colors of #afaac1

#afaac1 #c1afaa #aac1af

Analogous Colors of #afaac1

#afaac1 #bbaac1 #aab1c1

Monochromatic Colors of #afaac1

#afaac1

Complementary Color

#afaac1 #bcc1aa

#afaac1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaac1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaac1 Color CSS Codes

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

#afaac1 Text Font Color

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

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


#afaac1 Background Color

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

This div background color is #afaac1


#afaac1 Border Color

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

This div border color is #afaac1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaac1


Comments

No comments written yet.

Please login to write comment.