Color Hex Logo

#ada7ae Color Hex

#ADA7AE
(173,167,174)
0 Favorites   0 Comments

Color spaces of #ada7ae

RGB 173167174
HSL0.810.040.67
HSV291°68°
CMYK 0.010.040.00   0.32
XYZ38.692339.577745.6443
Yxy39.57770.31230.3194
Hunter Lab62.9108-0.31031.0203
CIE-Lab69.16773.4638-2.8421

#ada7ae color RGB value is (173,167,174).

#ada7ae hex color red value is 173, green value is 167 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #ada7ae hue: 0.81 , saturation: 0.04 and the lightness value of ada7ae is 0.67.

The process color (four color CMYK) of #ada7ae color hex is 0.01, 0.04, 0.00, 0.32. Web safe color of #ada7ae is #999999. Color #ada7ae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 10101110
Octal 255 247 256
Decimal 173 167 174
Hex AD A7 AE

RGB Percentages of Color #ada7ae

%33.66
%32.49
%33.85

CMYK Percentages of Color #ada7ae

%1
%4
%0
%32

Triadic Colors of #ada7ae

#ada7ae #aeada7 #a7aead

Analogous Colors of #ada7ae

#ada7ae #aea7ac #aaa7ae

Monochromatic Colors of #ada7ae

#ada7ae

Complementary Color

#ada7ae #a8aea7

#ada7ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada7ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada7ae Color CSS Codes

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

#ada7ae Text Font Color

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

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


#ada7ae Background Color

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

This div background color is #ada7ae


#ada7ae Border Color

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

This div border color is #ada7ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada7ae


Comments

No comments written yet.

Please login to write comment.