Color Hex Logo

#adbbaf Color Hex

#ADBBAF
(173,187,175)
0 Favorites   0 Comments

Color spaces of #adbbaf

RGB 173187175
HSL0.360.090.71
HSV129°73°
CMYK 0.070.000.06   0.27
XYZ42.741847.520047.4770
Yxy47.52000.31030.3450
Hunter Lab68.9348-9.96007.4199
CIE-Lab74.5212-7.11044.4110

#adbbaf color RGB value is (173,187,175).

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

The process color (four color CMYK) of #adbbaf color hex is 0.07, 0.00, 0.06, 0.27. Web safe color of #adbbaf is #99cc99. Color #adbbaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111011 10101111
Octal 255 273 257
Decimal 173 187 175
Hex AD BB AF

RGB Percentages of Color #adbbaf

%32.34
%34.95
%32.71

CMYK Percentages of Color #adbbaf

%7
%0
%6
%27

Triadic Colors of #adbbaf

#adbbaf #afadbb #bbafad

Analogous Colors of #adbbaf

#adbbaf #adbbb6 #b2bbad

Monochromatic Colors of #adbbaf

#adbbaf

Complementary Color

#adbbaf #bbadb9

#adbbaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbbaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbbaf Color CSS Codes

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

#adbbaf Text Font Color

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

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


#adbbaf Background Color

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

This div background color is #adbbaf


#adbbaf Border Color

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

This div border color is #adbbaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbbaf

#adbbaf Color Palettes


Comments

No comments written yet.

Please login to write comment.