Color Hex Logo

#afada1 Color Hex

#AFADA1
(175,173,161)
0 Favorites   0 Comments

Color spaces of #afada1

RGB 175173161
HSL0.140.080.66
HSV51°69°
CMYK 0.000.010.08   0.31
XYZ39.055841.574339.6844
Yxy41.57430.32460.3455
Hunter Lab64.4781-4.71548.6434
CIE-Lab70.5764-1.45166.4077

#afada1 color RGB value is (175,173,161).

#afada1 hex color red value is 175, green value is 173 and the blue value of its RGB is 161. Cylindrical-coordinate representations (also known as HSL) of color #afada1 hue: 0.14 , saturation: 0.08 and the lightness value of afada1 is 0.66.

The process color (four color CMYK) of #afada1 color hex is 0.00, 0.01, 0.08, 0.31. Web safe color of #afada1 is #999999. Color #afada1 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10100001
Octal 257 255 241
Decimal 175 173 161
Hex AF AD A1

RGB Percentages of Color #afada1

%34.38
%33.99
%31.63

CMYK Percentages of Color #afada1

%0
%1
%8
%31

Triadic Colors of #afada1

#afada1 #a1afad #ada1af

Analogous Colors of #afada1

#afada1 #aaafa1 #afa6a1

Monochromatic Colors of #afada1

#afada1

Complementary Color

#afada1 #a1a3af

#afada1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afada1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afada1 Color CSS Codes

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

#afada1 Text Font Color

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

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


#afada1 Background Color

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

This div background color is #afada1


#afada1 Border Color

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

This div border color is #afada1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afada1


Comments

No comments written yet.

Please login to write comment.