Color Hex Logo

#ada545 Color Hex

#ADA545
(173,165,69)
0 Favorites   0 Comments

Color spaces of #ada545

RGB 17316569
HSL0.150.430.47
HSV55°60°68°
CMYK 0.000.050.60   0.32
XYZ31.762936.224210.9481
Yxy36.22420.40240.4589
Hunter Lab60.1865-11.124731.3456
CIE-Lab66.6909-9.451949.5691

#ada545 color RGB value is (173,165,69).

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

The process color (four color CMYK) of #ada545 color hex is 0.00, 0.05, 0.60, 0.32. Web safe color of #ada545 is #999933. Color #ada545 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01000101
Octal 255 245 105
Decimal 173 165 69
Hex AD A5 45

RGB Percentages of Color #ada545

%42.51
%40.54
%16.95

CMYK Percentages of Color #ada545

%0
%5
%60
%32

Triadic Colors of #ada545

#ada545 #45ada5 #a545ad

Analogous Colors of #ada545

#ada545 #81ad45 #ad7145

Monochromatic Colors of #ada545

#ada545

Complementary Color

#ada545 #454dad

#ada545 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada545 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada545 Color CSS Codes

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

#ada545 Text Font Color

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

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


#ada545 Background Color

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

This div background color is #ada545


#ada545 Border Color

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

This div border color is #ada545


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada545


Comments

No comments written yet.

Please login to write comment.