Color Hex Logo

#ada943 Color Hex

#ADA943
(173,169,67)
0 Favorites   0 Comments

Color spaces of #ada943

RGB 17316967
HSL0.160.440.47
HSV58°61°68°
CMYK 0.000.020.61   0.32
XYZ32.434737.665410.8709
Yxy37.66540.40060.4652
Hunter Lab61.3721-13.065432.4584
CIE-Lab67.7733-11.688351.6544

#ada943 color RGB value is (173,169,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 01000011
Octal 255 251 103
Decimal 173 169 67
Hex AD A9 43

RGB Percentages of Color #ada943

%42.30
%41.32
%16.38

CMYK Percentages of Color #ada943

%0
%2
%61
%32

Triadic Colors of #ada943

#ada943 #43ada9 #a943ad

Analogous Colors of #ada943

#ada943 #7cad43 #ad7443

Monochromatic Colors of #ada943

#ada943

Complementary Color

#ada943 #4347ad

#ada943 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada943 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada943 Color CSS Codes

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

#ada943 Text Font Color

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

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


#ada943 Background Color

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

This div background color is #ada943


#ada943 Border Color

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

This div border color is #ada943


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada943


Comments

No comments written yet.

Please login to write comment.