Color Hex Logo

#ada956 Color Hex

#ADA956
(173,169,86)
0 Favorites   0 Comments

Color spaces of #ada956

RGB 17316986
HSL0.160.350.51
HSV57°50°68°
CMYK 0.000.020.50   0.32
XYZ33.101337.932114.3811
Yxy37.93210.38750.4441
Hunter Lab61.5890-11.845229.2681
CIE-Lab67.9705-10.161142.9238

#ada956 color RGB value is (173,169,86).

#ada956 hex color red value is 173, green value is 169 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #ada956 hue: 0.16 , saturation: 0.35 and the lightness value of ada956 is 0.51.

The process color (four color CMYK) of #ada956 color hex is 0.00, 0.02, 0.50, 0.32. Web safe color of #ada956 is #999966. Color #ada956 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01010110
Octal 255 251 126
Decimal 173 169 86
Hex AD A9 56

RGB Percentages of Color #ada956

%40.42
%39.49
%20.09

CMYK Percentages of Color #ada956

%0
%2
%50
%32

Triadic Colors of #ada956

#ada956 #56ada9 #a956ad

Analogous Colors of #ada956

#ada956 #86ad56 #ad7e56

Monochromatic Colors of #ada956

#ada956

Complementary Color

#ada956 #565aad

#ada956 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada956 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada956 Color CSS Codes

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

#ada956 Text Font Color

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

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


#ada956 Background Color

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

This div background color is #ada956


#ada956 Border Color

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

This div border color is #ada956


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada956


Comments

No comments written yet.

Please login to write comment.