Color Hex Logo

#ada19b Color Hex

#ADA19B
(173,161,155)
0 Favorites   0 Comments

Color spaces of #ada19b

RGB 173161155
HSL0.060.100.64
HSV20°10°68°
CMYK 0.000.070.10   0.32
XYZ35.894836.740536.2101
Yxy36.74050.32980.3375
Hunter Lab60.6139-0.36907.0106
CIE-Lab67.08193.29924.6797

#ada19b color RGB value is (173,161,155).

#ada19b hex color red value is 173, green value is 161 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ada19b hue: 0.06 , saturation: 0.10 and the lightness value of ada19b is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10011011
Octal 255 241 233
Decimal 173 161 155
Hex AD A1 9B

RGB Percentages of Color #ada19b

%35.38
%32.92
%31.70

CMYK Percentages of Color #ada19b

%0
%7
%10
%32

Triadic Colors of #ada19b

#ada19b #9bada1 #a19bad

Analogous Colors of #ada19b

#ada19b #adaa9b #ad9b9e

Monochromatic Colors of #ada19b

#ada19b

Complementary Color

#ada19b #9ba7ad

#ada19b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada19b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada19b Color CSS Codes

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

#ada19b Text Font Color

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

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


#ada19b Background Color

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

This div background color is #ada19b


#ada19b Border Color

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

This div border color is #ada19b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada19b


Comments

No comments written yet.

Please login to write comment.