Color Hex Logo

#adbfaf Color Hex

#ADBFAF
(173,191,175)
0 Favorites   0 Comments

Color spaces of #adbfaf

RGB 173191175
HSL0.350.120.71
HSV127°75°
CMYK 0.090.000.08   0.25
XYZ43.602249.241047.7638
Yxy49.24100.31010.3502
Hunter Lab70.1719-11.88778.7635
CIE-Lab75.6010-9.21165.9680

#adbfaf color RGB value is (173,191,175).

#adbfaf hex color red value is 173, green value is 191 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #adbfaf hue: 0.35 , saturation: 0.12 and the lightness value of adbfaf is 0.71.

The process color (four color CMYK) of #adbfaf color hex is 0.09, 0.00, 0.08, 0.25. Web safe color of #adbfaf is #99cc99. Color #adbfaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111111 10101111
Octal 255 277 257
Decimal 173 191 175
Hex AD BF AF

RGB Percentages of Color #adbfaf

%32.10
%35.44
%32.47

CMYK Percentages of Color #adbfaf

%9
%0
%8
%25

Triadic Colors of #adbfaf

#adbfaf #afadbf #bfafad

Analogous Colors of #adbfaf

#adbfaf #adbfb8 #b4bfad

Monochromatic Colors of #adbfaf

#adbfaf

Complementary Color

#adbfaf #bfadbd

#adbfaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbfaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbfaf Color CSS Codes

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

#adbfaf Text Font Color

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

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


#adbfaf Background Color

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

This div background color is #adbfaf


#adbfaf Border Color

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

This div border color is #adbfaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbfaf


Comments

No comments written yet.

Please login to write comment.