Color Hex Logo

#afadad Color Hex

#AFADAD
(175,173,173)
0 Favorites   0 Comments

Color spaces of #afadad

RGB 175173173
HSL0.000.010.68
HSV69°
CMYK 0.000.010.01   0.31
XYZ40.165642.018245.5285
Yxy42.01820.31450.3290
Hunter Lab64.8214-2.83283.7316
CIE-Lab70.88350.71310.2429

#afadad color RGB value is (175,173,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101101 10101101
Octal 257 255 255
Decimal 175 173 173
Hex AF AD AD

RGB Percentages of Color #afadad

%33.59
%33.21
%33.21

CMYK Percentages of Color #afadad

%0
%1
%1
%31

Triadic Colors of #afadad

#afadad #adafad #adadaf

Analogous Colors of #afadad

#afadad #afaead #afadae

Monochromatic Colors of #afadad

#afadad

Complementary Color

#afadad #adafaf

#afadad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadad Color CSS Codes

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

#afadad Text Font Color

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

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


#afadad Background Color

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

This div background color is #afadad


#afadad Border Color

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

This div border color is #afadad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadad

#afadad Color Palettes


Comments

No comments written yet.

Please login to write comment.