Color Hex Logo

#ada564 Color Hex

#ADA564
(173,165,100)
0 Favorites   0 Comments

Color spaces of #ada564

RGB 173165100
HSL0.150.310.54
HSV53°42°68°
CMYK 0.000.050.42   0.32
XYZ32.989036.714617.4045
Yxy36.71460.37870.4215
Hunter Lab60.5926-8.854525.3845
CIE-Lab67.0624-6.644834.6691

#ada564 color RGB value is (173,165,100).

#ada564 hex color red value is 173, green value is 165 and the blue value of its RGB is 100. Cylindrical-coordinate representations (also known as HSL) of color #ada564 hue: 0.15 , saturation: 0.31 and the lightness value of ada564 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01100100
Octal 255 245 144
Decimal 173 165 100
Hex AD A5 64

RGB Percentages of Color #ada564

%39.50
%37.67
%22.83

CMYK Percentages of Color #ada564

%0
%5
%42
%32

Triadic Colors of #ada564

#ada564 #64ada5 #a564ad

Analogous Colors of #ada564

#ada564 #91ad64 #ad8164

Monochromatic Colors of #ada564

#ada564

Complementary Color

#ada564 #646cad

#ada564 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada564 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada564 Color CSS Codes

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

#ada564 Text Font Color

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

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


#ada564 Background Color

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

This div background color is #ada564


#ada564 Border Color

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

This div border color is #ada564


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada564


Comments

No comments written yet.

Please login to write comment.