Color Hex Logo

#ada488 Color Hex

#ADA488
(173,164,136)
0 Favorites   0 Comments

Color spaces of #ada488

RGB 173164136
HSL0.130.180.61
HSV45°21°68°
CMYK 0.000.050.21   0.32
XYZ34.953037.212728.6331
Yxy37.21270.34680.3692
Hunter Lab61.0022-4.477114.8721
CIE-Lab67.4363-1.417415.7212

#ada488 color RGB value is (173,164,136).

#ada488 hex color red value is 173, green value is 164 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ada488 hue: 0.13 , saturation: 0.18 and the lightness value of ada488 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10001000
Octal 255 244 210
Decimal 173 164 136
Hex AD A4 88

RGB Percentages of Color #ada488

%36.58
%34.67
%28.75

CMYK Percentages of Color #ada488

%0
%5
%21
%32

Triadic Colors of #ada488

#ada488 #88ada4 #a488ad

Analogous Colors of #ada488

#ada488 #a4ad88 #ad9288

Monochromatic Colors of #ada488

#ada488

Complementary Color

#ada488 #8891ad

#ada488 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada488 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada488 Color CSS Codes

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

#ada488 Text Font Color

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

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


#ada488 Background Color

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

This div background color is #ada488


#ada488 Border Color

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

This div border color is #ada488


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada488


Comments

No comments written yet.

Please login to write comment.