Color Hex Logo

#adb7ae Color Hex

#ADB7AE
(173,183,174)
0 Favorites   0 Comments

Color spaces of #adb7ae

RGB 173183174
HSL0.350.060.70
HSV126°72°
CMYK 0.050.000.05   0.28
XYZ41.807045.807246.6826
Yxy45.80720.31130.3411
Hunter Lab67.6810-8.18126.4818
CIE-Lab73.4203-5.17843.3635

#adb7ae color RGB value is (173,183,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110111 10101110
Octal 255 267 256
Decimal 173 183 174
Hex AD B7 AE

RGB Percentages of Color #adb7ae

%32.64
%34.53
%32.83

CMYK Percentages of Color #adb7ae

%5
%0
%5
%28

Triadic Colors of #adb7ae

#adb7ae #aeadb7 #b7aead

Analogous Colors of #adb7ae

#adb7ae #adb7b3 #b1b7ad

Monochromatic Colors of #adb7ae

#adb7ae

Complementary Color

#adb7ae #b7adb6

#adb7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb7ae Color CSS Codes

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

#adb7ae Text Font Color

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

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


#adb7ae Background Color

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

This div background color is #adb7ae


#adb7ae Border Color

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

This div border color is #adb7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb7ae


Comments

No comments written yet.

Please login to write comment.