Color Hex Logo

#ada063 Color Hex

#ADA063
(173,160,99)
0 Favorites   0 Comments

Color spaces of #ada063

RGB 17316099
HSL0.140.310.53
HSV49°43°68°
CMYK 0.000.080.43   0.32
XYZ32.056534.926716.8563
Yxy34.92670.38240.4166
Hunter Lab59.0988-6.600624.4583
CIE-Lab65.6916-4.078733.4575

#ada063 color RGB value is (173,160,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01100011
Octal 255 240 143
Decimal 173 160 99
Hex AD A0 63

RGB Percentages of Color #ada063

%40.05
%37.04
%22.92

CMYK Percentages of Color #ada063

%0
%8
%43
%32

Triadic Colors of #ada063

#ada063 #63ada0 #a063ad

Analogous Colors of #ada063

#ada063 #95ad63 #ad7b63

Monochromatic Colors of #ada063

#ada063

Complementary Color

#ada063 #6370ad

#ada063 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada063 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada063 Color CSS Codes

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

#ada063 Text Font Color

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

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


#ada063 Background Color

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

This div background color is #ada063


#ada063 Border Color

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

This div border color is #ada063


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada063


Comments

No comments written yet.

Please login to write comment.