Color Hex Logo

#ada149 Color Hex

#ADA149
(173,161,73)
0 Favorites   0 Comments

Color spaces of #ada149

RGB 17316173
HSL0.150.410.48
HSV53°58°68°
CMYK 0.000.070.58   0.32
XYZ31.181034.855011.3876
Yxy34.85500.40270.4502
Hunter Lab59.0381-9.041929.8905
CIE-Lab65.6356-7.035446.5215

#ada149 color RGB value is (173,161,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01001001
Octal 255 241 111
Decimal 173 161 73
Hex AD A1 49

RGB Percentages of Color #ada149

%42.51
%39.56
%17.94

CMYK Percentages of Color #ada149

%0
%7
%58
%32

Triadic Colors of #ada149

#ada149 #49ada1 #a149ad

Analogous Colors of #ada149

#ada149 #87ad49 #ad6f49

Monochromatic Colors of #ada149

#ada149

Complementary Color

#ada149 #4955ad

#ada149 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada149 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada149 Color CSS Codes

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

#ada149 Text Font Color

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

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


#ada149 Background Color

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

This div background color is #ada149


#ada149 Border Color

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

This div border color is #ada149


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,161,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 #ada149">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada149


Comments

No comments written yet.

Please login to write comment.