Color Hex Logo

#afa6c5 Color Hex

#AFA6C5
(175,166,197)
0 Favorites   0 Comments

Color spaces of #afa6c5

RGB 175166197
HSL0.720.210.71
HSV257°16°77°
CMYK 0.110.160.00   0.23
XYZ41.393540.417658.4430
Yxy40.41760.29510.2882
Hunter Lab63.57484.9652-10.0017
CIE-Lab69.76599.3152-14.6654

#afa6c5 color RGB value is (175,166,197).

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

The process color (four color CMYK) of #afa6c5 color hex is 0.11, 0.16, 0.00, 0.23. Web safe color of #afa6c5 is #9999cc. Color #afa6c5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 11000101
Octal 257 246 305
Decimal 175 166 197
Hex AF A6 C5

RGB Percentages of Color #afa6c5

%32.53
%30.86
%36.62

CMYK Percentages of Color #afa6c5

%11
%16
%0
%23

Triadic Colors of #afa6c5

#afa6c5 #c5afa6 #a6c5af

Analogous Colors of #afa6c5

#afa6c5 #bfa6c5 #a6adc5

Monochromatic Colors of #afa6c5

#afa6c5

Complementary Color

#afa6c5 #bcc5a6

#afa6c5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa6c5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa6c5 Color CSS Codes

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

#afa6c5 Text Font Color

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

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


#afa6c5 Background Color

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

This div background color is #afa6c5


#afa6c5 Border Color

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

This div border color is #afa6c5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa6c5


Comments

No comments written yet.

Please login to write comment.