Color Hex Logo

#ada499 Color Hex

#ADA499
(173,164,153)
0 Favorites   0 Comments

Color spaces of #ada499

RGB 173164153
HSL0.090.110.64
HSV33°12°68°
CMYK 0.000.050.12   0.32
XYZ36.258837.735135.5095
Yxy37.73510.33110.3446
Hunter Lab61.4289-2.13988.7271
CIE-Lab67.82491.31406.8603

#ada499 color RGB value is (173,164,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 10011001
Octal 255 244 231
Decimal 173 164 153
Hex AD A4 99

RGB Percentages of Color #ada499

%35.31
%33.47
%31.22

CMYK Percentages of Color #ada499

%0
%5
%12
%32

Triadic Colors of #ada499

#ada499 #99ada4 #a499ad

Analogous Colors of #ada499

#ada499 #acad99 #ad9a99

Monochromatic Colors of #ada499

#ada499

Complementary Color

#ada499 #99a2ad

#ada499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada499 Color CSS Codes

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

#ada499 Text Font Color

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

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


#ada499 Background Color

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

This div background color is #ada499


#ada499 Border Color

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

This div border color is #ada499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada499


Comments

No comments written yet.

Please login to write comment.