Color Hex Logo

#ada849 Color Hex

#ADA849
(173,168,73)
0 Favorites   0 Comments

Color spaces of #ada849

RGB 17316873
HSL0.160.410.48
HSV57°58°68°
CMYK 0.000.030.58   0.32
XYZ32.438837.370511.8069
Yxy37.37050.39750.4579
Hunter Lab61.1314-12.260731.3407
CIE-Lab67.5541-10.728748.6865

#ada849 color RGB value is (173,168,73).

#ada849 hex color red value is 173, green value is 168 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ada849 hue: 0.16 , saturation: 0.41 and the lightness value of ada849 is 0.48.

The process color (four color CMYK) of #ada849 color hex is 0.00, 0.03, 0.58, 0.32. Web safe color of #ada849 is #999933. Color #ada849 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01001001
Octal 255 250 111
Decimal 173 168 73
Hex AD A8 49

RGB Percentages of Color #ada849

%41.79
%40.58
%17.63

CMYK Percentages of Color #ada849

%0
%3
%58
%32

Triadic Colors of #ada849

#ada849 #49ada8 #a849ad

Analogous Colors of #ada849

#ada849 #80ad49 #ad7649

Monochromatic Colors of #ada849

#ada849

Complementary Color

#ada849 #494ead

#ada849 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada849 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada849 Color CSS Codes

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

#ada849 Text Font Color

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

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


#ada849 Background Color

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

This div background color is #ada849


#ada849 Border Color

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

This div border color is #ada849


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada849


Comments

No comments written yet.

Please login to write comment.