Color Hex Logo

#ada492 Color Hex

#ADA492
(173,164,146)
0 Favorites   0 Comments

Color spaces of #ada492

RGB 173164146
HSL0.110.140.63
HSV40°16°68°
CMYK 0.000.050.16   0.32
XYZ35.697337.510532.5529
Yxy37.51050.33750.3547
Hunter Lab61.2458-3.140911.3587
CIE-Lab67.65830.150610.5050

#ada492 color RGB value is (173,164,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10010010
Octal 255 244 222
Decimal 173 164 146
Hex AD A4 92

RGB Percentages of Color #ada492

%35.82
%33.95
%30.23

CMYK Percentages of Color #ada492

%0
%5
%16
%32

Triadic Colors of #ada492

#ada492 #92ada4 #a492ad

Analogous Colors of #ada492

#ada492 #a9ad92 #ad9792

Monochromatic Colors of #ada492

#ada492

Complementary Color

#ada492 #929bad

#ada492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada492 Color CSS Codes

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

#ada492 Text Font Color

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

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


#ada492 Background Color

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

This div background color is #ada492


#ada492 Border Color

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

This div border color is #ada492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada492


Comments

No comments written yet.

Please login to write comment.