Color Hex Logo

#ada460 Color Hex

#ADA460
(173,164,96)
0 Favorites   0 Comments

Color spaces of #ada460

RGB 17316496
HSL0.150.320.53
HSV53°45°68°
CMYK 0.000.050.45   0.32
XYZ32.620436.279716.3497
Yxy36.27970.38260.4256
Hunter Lab60.2326-8.736226.0690
CIE-Lab66.7331-6.539136.3400

#ada460 color RGB value is (173,164,96).

#ada460 hex color red value is 173, green value is 164 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #ada460 hue: 0.15 , saturation: 0.32 and the lightness value of ada460 is 0.53.

The process color (four color CMYK) of #ada460 color hex is 0.00, 0.05, 0.45, 0.32. Web safe color of #ada460 is #999966. Color #ada460 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 01100000
Octal 255 244 140
Decimal 173 164 96
Hex AD A4 60

RGB Percentages of Color #ada460

%39.95
%37.88
%22.17

CMYK Percentages of Color #ada460

%0
%5
%45
%32

Triadic Colors of #ada460

#ada460 #60ada4 #a460ad

Analogous Colors of #ada460

#ada460 #90ad60 #ad7e60

Monochromatic Colors of #ada460

#ada460

Complementary Color

#ada460 #6069ad

#ada460 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada460 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada460 Color CSS Codes

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

#ada460 Text Font Color

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

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


#ada460 Background Color

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

This div background color is #ada460


#ada460 Border Color

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

This div border color is #ada460


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada460


Comments

No comments written yet.

Please login to write comment.