Color Hex Logo

#ada32f Color Hex

#ADA32F
(173,163,47)
0 Favorites   0 Comments

Color spaces of #ada32f

RGB 17316347
HSL0.150.570.43
HSV55°73°68°
CMYK 0.000.060.73   0.32
XYZ30.843935.28397.8741
Yxy35.28390.41680.4768
Hunter Lab59.4003-11.263433.7207
CIE-Lab65.9691-9.720058.0007

#ada32f color RGB value is (173,163,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00101111
Octal 255 243 57
Decimal 173 163 47
Hex AD A3 2F

RGB Percentages of Color #ada32f

%45.17
%42.56
%12.27

CMYK Percentages of Color #ada32f

%0
%6
%73
%32

Triadic Colors of #ada32f

#ada32f #2fada3 #a32fad

Analogous Colors of #ada32f

#ada32f #78ad2f #ad642f

Monochromatic Colors of #ada32f

#ada32f

Complementary Color

#ada32f #2f39ad

#ada32f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada32f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada32f Color CSS Codes

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

#ada32f Text Font Color

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

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


#ada32f Background Color

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

This div background color is #ada32f


#ada32f Border Color

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

This div border color is #ada32f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada32f


Comments

No comments written yet.

Please login to write comment.