Color Hex Logo

#ada17f Color Hex

#ADA17F
(173,161,127)
0 Favorites   0 Comments

Color spaces of #ada17f

RGB 173161127
HSL0.120.220.59
HSV44°27°68°
CMYK 0.000.070.27   0.32
XYZ33.809235.906325.2273
Yxy35.90630.35610.3782
Hunter Lab59.9219-4.149716.9840
CIE-Lab66.4483-1.109619.3140

#ada17f color RGB value is (173,161,127).

#ada17f hex color red value is 173, green value is 161 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ada17f hue: 0.12 , saturation: 0.22 and the lightness value of ada17f is 0.59.

The process color (four color CMYK) of #ada17f color hex is 0.00, 0.07, 0.27, 0.32. Web safe color of #ada17f is #999966. Color #ada17f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01111111
Octal 255 241 177
Decimal 173 161 127
Hex AD A1 7F

RGB Percentages of Color #ada17f

%37.53
%34.92
%27.55

CMYK Percentages of Color #ada17f

%0
%7
%27
%32

Triadic Colors of #ada17f

#ada17f #7fada1 #a17fad

Analogous Colors of #ada17f

#ada17f #a2ad7f #ad8a7f

Monochromatic Colors of #ada17f

#ada17f

Complementary Color

#ada17f #7f8bad

#ada17f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada17f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada17f Color CSS Codes

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

#ada17f Text Font Color

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

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


#ada17f Background Color

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

This div background color is #ada17f


#ada17f Border Color

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

This div border color is #ada17f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada17f


Comments

No comments written yet.

Please login to write comment.