Color Hex Logo

#ada192 Color Hex

#ADA192
(173,161,146)
0 Favorites   0 Comments

Color spaces of #ada192

RGB 173161146
HSL0.090.140.63
HSV33°16°68°
CMYK 0.000.070.16   0.32
XYZ35.166836.449332.3761
Yxy36.44930.33820.3505
Hunter Lab60.3733-1.678810.4661
CIE-Lab66.86181.78789.3743

#ada192 color RGB value is (173,161,146).

#ada192 hex color red value is 173, green value is 161 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #ada192 hue: 0.09 , saturation: 0.14 and the lightness value of ada192 is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 10010010
Octal 255 241 222
Decimal 173 161 146
Hex AD A1 92

RGB Percentages of Color #ada192

%36.04
%33.54
%30.42

CMYK Percentages of Color #ada192

%0
%7
%16
%32

Triadic Colors of #ada192

#ada192 #92ada1 #a192ad

Analogous Colors of #ada192

#ada192 #acad92 #ad9492

Monochromatic Colors of #ada192

#ada192

Complementary Color

#ada192 #929ead

#ada192 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada192 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada192 Color CSS Codes

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

#ada192 Text Font Color

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

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


#ada192 Background Color

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

This div background color is #ada192


#ada192 Border Color

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

This div border color is #ada192


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada192

#ada192 Color Palettes


Comments

No comments written yet.

Please login to write comment.