Color Hex Logo

#afadab Color Hex

#AFADAB
(175,173,171)
0 Favorites   0 Comments

Color spaces of #afadab

RGB 175173171
HSL0.080.020.68
HSV30°69°
CMYK 0.000.010.02   0.31
XYZ39.973541.941444.5167
Yxy41.94140.31620.3317
Hunter Lab64.7622-3.15734.5783
CIE-Lab70.83050.34221.2678

#afadab color RGB value is (175,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10101011
Octal 257 255 253
Decimal 175 173 171
Hex AF AD AB

RGB Percentages of Color #afadab

%33.72
%33.33
%32.95

CMYK Percentages of Color #afadab

%0
%1
%2
%31

Triadic Colors of #afadab

#afadab #abafad #adabaf

Analogous Colors of #afadab

#afadab #afafab #afabab

Monochromatic Colors of #afadab

#afadab

Complementary Color

#afadab #abadaf

#afadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadab Color CSS Codes

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

#afadab Text Font Color

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

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


#afadab Background Color

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

This div background color is #afadab


#afadab Border Color

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

This div border color is #afadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadab


Comments

No comments written yet.

Please login to write comment.