Color Hex Logo

#ada550 Color Hex

#ADA550
(173,165,80)
0 Favorites   0 Comments

Color spaces of #ada550

RGB 17316580
HSL0.150.370.50
HSV55°54°68°
CMYK 0.000.050.54   0.32
XYZ32.136736.373712.9165
Yxy36.37370.39470.4467
Hunter Lab60.3106-10.429329.5195
CIE-Lab66.8045-8.585844.4954

#ada550 color RGB value is (173,165,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 01010000
Octal 255 245 120
Decimal 173 165 80
Hex AD A5 50

RGB Percentages of Color #ada550

%41.39
%39.47
%19.14

CMYK Percentages of Color #ada550

%0
%5
%54
%32

Triadic Colors of #ada550

#ada550 #50ada5 #a550ad

Analogous Colors of #ada550

#ada550 #87ad50 #ad7750

Monochromatic Colors of #ada550

#ada550

Complementary Color

#ada550 #5058ad

#ada550 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada550 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada550 Color CSS Codes

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

#ada550 Text Font Color

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

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


#ada550 Background Color

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

This div background color is #ada550


#ada550 Border Color

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

This div border color is #ada550


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada550


Comments

No comments written yet.

Please login to write comment.