Color Hex Logo

#afadaf Color Hex

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

Color spaces of #afadaf

RGB 175173175
HSL0.830.010.68
HSV300°69°
CMYK 0.000.010.00   0.31
XYZ40.360642.096246.5556
Yxy42.09620.31280.3263
Hunter Lab64.8816-2.50412.8737
CIE-Lab70.93721.0877-0.7808

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

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

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

Base Numbers

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

RGB Percentages of Color #afadaf

%33.46
%33.08
%33.46

CMYK Percentages of Color #afadaf

%0
%1
%0
%31

Triadic Colors of #afadaf

#afadaf #afafad #adafaf

Analogous Colors of #afadaf

#afadaf #afadae #aeadaf

Monochromatic Colors of #afadaf

#afadaf

Complementary Color

#afadaf #adafad

#afadaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afadaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#afadaf Color CSS Codes

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

#afadaf Text Font Color

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

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


#afadaf Background Color

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

This div background color is #afadaf


#afadaf Border Color

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

This div border color is #afadaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afadaf


Comments

No comments written yet.

Please login to write comment.