Color Hex Logo

#ada544 Color Hex

#ADA544
(173,165,68)
0 Favorites   0 Comments

Color spaces of #ada544

RGB 17316568
HSL0.150.440.47
HSV55°61°68°
CMYK 0.000.050.61   0.32
XYZ31.732136.211910.7860
Yxy36.21190.40300.4600
Hunter Lab60.1763-11.182231.4963
CIE-Lab66.6815-9.523850.0142

#ada544 color RGB value is (173,165,68).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01000100
Octal 255 245 104
Decimal 173 165 68
Hex AD A5 44

RGB Percentages of Color #ada544

%42.61
%40.64
%16.75

CMYK Percentages of Color #ada544

%0
%5
%61
%32

Triadic Colors of #ada544

#ada544 #44ada5 #a544ad

Analogous Colors of #ada544

#ada544 #81ad44 #ad7144

Monochromatic Colors of #ada544

#ada544

Complementary Color

#ada544 #444cad

#ada544 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada544 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada544 Color CSS Codes

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

#ada544 Text Font Color

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

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


#ada544 Background Color

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

This div background color is #ada544


#ada544 Border Color

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

This div border color is #ada544


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada544


Comments

No comments written yet.

Please login to write comment.