Color Hex Logo

#ada22f Color Hex

#ADA22F
(173,162,47)
0 Favorites   0 Comments

Color spaces of #ada22f

RGB 17316247
HSL0.150.570.43
HSV55°73°68°
CMYK 0.000.060.73   0.32
XYZ30.667034.93017.8152
Yxy34.93010.41770.4758
Hunter Lab59.1017-10.806933.5311
CIE-Lab65.6942-9.193257.7351

#ada22f color RGB value is (173,162,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00101111
Octal 255 242 57
Decimal 173 162 47
Hex AD A2 2F

RGB Percentages of Color #ada22f

%45.29
%42.41
%12.30

CMYK Percentages of Color #ada22f

%0
%6
%73
%32

Triadic Colors of #ada22f

#ada22f #2fada2 #a22fad

Analogous Colors of #ada22f

#ada22f #79ad2f #ad632f

Monochromatic Colors of #ada22f

#ada22f

Complementary Color

#ada22f #2f3aad

#ada22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada22f Color CSS Codes

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

#ada22f Text Font Color

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

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


#ada22f Background Color

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

This div background color is #ada22f


#ada22f Border Color

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

This div border color is #ada22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada22f


Comments

No comments written yet.

Please login to write comment.