Color Hex Logo

#adafab Color Hex

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

Color spaces of #adafab

RGB 173175171
HSL0.250.020.68
HSV90°69°
CMYK 0.010.000.02   0.31
XYZ39.914242.484544.6247
Yxy42.48450.31420.3345
Hunter Lab65.1801-4.75765.0340
CIE-Lab71.2037-1.45161.7912

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

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

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

Base Numbers

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

RGB Percentages of Color #adafab

%33.33
%33.72
%32.95

CMYK Percentages of Color #adafab

%1
%0
%2
%31

Triadic Colors of #adafab

#adafab #abadaf #afabad

Analogous Colors of #adafab

#adafab #abafab #afafab

Monochromatic Colors of #adafab

#adafab

Complementary Color

#adafab #adabaf

#adafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#adafab Color CSS Codes

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

#adafab Text Font Color

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

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


#adafab Background Color

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

This div background color is #adafab


#adafab Border Color

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

This div border color is #adafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adafab


Comments

No comments written yet.

Please login to write comment.