Color Hex Logo

#ada18b Color Hex

#ADA18B
(173,161,139)
0 Favorites   0 Comments

Color spaces of #ada18b

RGB 173161139
HSL0.110.170.61
HSV39°20°68°
CMYK 0.000.070.20   0.32
XYZ34.638636.238129.5951
Yxy36.23810.34480.3607
Hunter Lab60.1981-2.635912.9900
CIE-Lab66.70150.672713.0350

#ada18b color RGB value is (173,161,139).

#ada18b hex color red value is 173, green value is 161 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #ada18b hue: 0.11 , saturation: 0.17 and the lightness value of ada18b is 0.61.

The process color (four color CMYK) of #ada18b color hex is 0.00, 0.07, 0.20, 0.32. Web safe color of #ada18b is #999999. Color #ada18b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10001011
Octal 255 241 213
Decimal 173 161 139
Hex AD A1 8B

RGB Percentages of Color #ada18b

%36.58
%34.04
%29.39

CMYK Percentages of Color #ada18b

%0
%7
%20
%32

Triadic Colors of #ada18b

#ada18b #8bada1 #a18bad

Analogous Colors of #ada18b

#ada18b #a8ad8b #ad908b

Monochromatic Colors of #ada18b

#ada18b

Complementary Color

#ada18b #8b97ad

#ada18b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada18b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada18b Color CSS Codes

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

#ada18b Text Font Color

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

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


#ada18b Background Color

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

This div background color is #ada18b


#ada18b Border Color

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

This div border color is #ada18b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada18b


Comments

No comments written yet.

Please login to write comment.