Color Hex Logo

#afada0 Color Hex

#AFADA0
(175,173,160)
0 Favorites   0 Comments

Color spaces of #afada0

RGB 175173160
HSL0.140.090.66
HSV52°69°
CMYK 0.000.010.09   0.31
XYZ38.967941.539239.2217
Yxy41.53920.32550.3469
Hunter Lab64.4509-4.86569.0346
CIE-Lab70.5521-1.62566.9231

#afada0 color RGB value is (175,173,160).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10100000
Octal 257 255 240
Decimal 175 173 160
Hex AF AD A0

RGB Percentages of Color #afada0

%34.45
%34.06
%31.50

CMYK Percentages of Color #afada0

%0
%1
%9
%31

Triadic Colors of #afada0

#afada0 #a0afad #ada0af

Analogous Colors of #afada0

#afada0 #aaafa0 #afa6a0

Monochromatic Colors of #afada0

#afada0

Complementary Color

#afada0 #a0a2af

#afada0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afada0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afada0 Color CSS Codes

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

#afada0 Text Font Color

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

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


#afada0 Background Color

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

This div background color is #afada0


#afada0 Border Color

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

This div border color is #afada0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afada0


Comments

No comments written yet.

Please login to write comment.