Color Hex Logo

#adafad Color Hex

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

Color spaces of #adafad

RGB 173175173
HSL0.330.010.68
HSV120°69°
CMYK 0.010.000.01   0.31
XYZ40.106442.561345.6365
Yxy42.56130.31260.3317
Hunter Lab65.2390-4.43354.1923
CIE-Lab71.2562-1.07800.7674

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

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

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

Base Numbers

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

RGB Percentages of Color #adafad

%33.21
%33.59
%33.21

CMYK Percentages of Color #adafad

%1
%0
%1
%31

Triadic Colors of #adafad

#adafad #adadaf #afadad

Analogous Colors of #adafad

#adafad #adafae #aeafad

Monochromatic Colors of #adafad

#adafad

Complementary Color

#adafad #afadaf

#adafad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafad Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafad Color CSS Codes

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

#adafad Text Font Color

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

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


#adafad Background Color

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

This div background color is #adafad


#adafad Border Color

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

This div border color is #adafad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,175,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 #adafad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafad


Comments

No comments written yet.

Please login to write comment.