Color Hex Logo

#ada32d Color Hex

#ADA32D
(173,163,45)
0 Favorites   0 Comments

Color spaces of #ada32d

RGB 17316345
HSL0.150.590.43
HSV55°74°68°
CMYK 0.000.060.74   0.32
XYZ30.804435.26817.6665
Yxy35.26810.41770.4783
Hunter Lab59.3870-11.338033.9169
CIE-Lab65.9569-9.814058.7185

#ada32d color RGB value is (173,163,45).

#ada32d hex color red value is 173, green value is 163 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #ada32d hue: 0.15 , saturation: 0.59 and the lightness value of ada32d is 0.43.

The process color (four color CMYK) of #ada32d color hex is 0.00, 0.06, 0.74, 0.32. Web safe color of #ada32d is #999933. Color #ada32d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00101101
Octal 255 243 55
Decimal 173 163 45
Hex AD A3 2D

RGB Percentages of Color #ada32d

%45.41
%42.78
%11.81

CMYK Percentages of Color #ada32d

%0
%6
%74
%32

Triadic Colors of #ada32d

#ada32d #2dada3 #a32dad

Analogous Colors of #ada32d

#ada32d #77ad2d #ad632d

Monochromatic Colors of #ada32d

#ada32d

Complementary Color

#ada32d #2d37ad

#ada32d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada32d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada32d Color CSS Codes

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

#ada32d Text Font Color

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

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


#ada32d Background Color

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

This div background color is #ada32d


#ada32d Border Color

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

This div border color is #ada32d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada32d


Comments

No comments written yet.

Please login to write comment.