Color Hex Logo

#ada562 Color Hex

#ADA562
(173,165,98)
0 Favorites   0 Comments

Color spaces of #ada562

RGB 17316598
HSL0.150.310.53
HSV54°43°68°
CMYK 0.000.050.43   0.32
XYZ32.893336.676316.9009
Yxy36.67630.38040.4241
Hunter Lab60.5610-9.030525.8465
CIE-Lab67.0335-6.860435.6765

#ada562 color RGB value is (173,165,98).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01100010
Octal 255 245 142
Decimal 173 165 98
Hex AD A5 62

RGB Percentages of Color #ada562

%39.68
%37.84
%22.48

CMYK Percentages of Color #ada562

%0
%5
%43
%32

Triadic Colors of #ada562

#ada562 #62ada5 #a562ad

Analogous Colors of #ada562

#ada562 #90ad62 #ad8062

Monochromatic Colors of #ada562

#ada562

Complementary Color

#ada562 #626aad

#ada562 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada562 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada562 Color CSS Codes

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

#ada562 Text Font Color

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

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


#ada562 Background Color

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

This div background color is #ada562


#ada562 Border Color

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

This div border color is #ada562


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada562


Comments

No comments written yet.

Please login to write comment.