Color Hex Logo

#adb8ae Color Hex

#ADB8AE
(173,184,174)
0 Favorites   0 Comments

Color spaces of #adb8ae

RGB 173184174
HSL0.350.070.70
HSV125°72°
CMYK 0.060.000.05   0.28
XYZ42.014146.221246.7516
Yxy46.22120.31120.3424
Hunter Lab67.9862-8.66646.8188
CIE-Lab73.6888-5.70923.7523

#adb8ae color RGB value is (173,184,174).

#adb8ae hex color red value is 173, green value is 184 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #adb8ae hue: 0.35 , saturation: 0.07 and the lightness value of adb8ae is 0.70.

The process color (four color CMYK) of #adb8ae color hex is 0.06, 0.00, 0.05, 0.28. Web safe color of #adb8ae is #99cc99. Color #adb8ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111000 10101110
Octal 255 270 256
Decimal 173 184 174
Hex AD B8 AE

RGB Percentages of Color #adb8ae

%32.58
%34.65
%32.77

CMYK Percentages of Color #adb8ae

%6
%0
%5
%28

Triadic Colors of #adb8ae

#adb8ae #aeadb8 #b8aead

Analogous Colors of #adb8ae

#adb8ae #adb8b4 #b2b8ad

Monochromatic Colors of #adb8ae

#adb8ae

Complementary Color

#adb8ae #b8adb7

#adb8ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb8ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb8ae Color CSS Codes

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

#adb8ae Text Font Color

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

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


#adb8ae Background Color

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

This div background color is #adb8ae


#adb8ae Border Color

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

This div border color is #adb8ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb8ae


Comments

No comments written yet.

Please login to write comment.