Color Hex Logo

#ada056 Color Hex

#ADA056
(173,160,86)
0 Favorites   0 Comments

Color spaces of #ada056

RGB 17316086
HSL0.140.350.51
HSV51°50°68°
CMYK 0.000.080.50   0.32
XYZ31.484134.697713.8420
Yxy34.69770.39340.4336
Hunter Lab58.9048-7.676627.3008
CIE-Lab65.5126-5.391539.9749

#ada056 color RGB value is (173,160,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01010110
Octal 255 240 126
Decimal 173 160 86
Hex AD A0 56

RGB Percentages of Color #ada056

%41.29
%38.19
%20.53

CMYK Percentages of Color #ada056

%0
%8
%50
%32

Triadic Colors of #ada056

#ada056 #56ada0 #a056ad

Analogous Colors of #ada056

#ada056 #8fad56 #ad7556

Monochromatic Colors of #ada056

#ada056

Complementary Color

#ada056 #5663ad

#ada056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada056 Color CSS Codes

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

#ada056 Text Font Color

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

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


#ada056 Background Color

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

This div background color is #ada056


#ada056 Border Color

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

This div border color is #ada056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada056


Comments

No comments written yet.

Please login to write comment.