Color Hex Logo

#ada21f Color Hex

#ADA21F
(173,162,31)
0 Favorites   0 Comments

Color spaces of #ada21f

RGB 17316231
HSL0.150.700.40
HSV55°82°68°
CMYK 0.000.060.82   0.32
XYZ30.401234.82386.4157
Yxy34.82380.42440.4861
Hunter Lab59.0117-11.312234.8622
CIE-Lab65.6113-9.829362.8831

#ada21f color RGB value is (173,162,31).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 00011111
Octal 255 242 37
Decimal 173 162 31
Hex AD A2 1F

RGB Percentages of Color #ada21f

%47.27
%44.26
%8.47

CMYK Percentages of Color #ada21f

%0
%6
%82
%32

Triadic Colors of #ada21f

#ada21f #1fada2 #a21fad

Analogous Colors of #ada21f

#ada21f #71ad1f #ad5b1f

Monochromatic Colors of #ada21f

#ada21f

Complementary Color

#ada21f #1f2aad

#ada21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada21f Color CSS Codes

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

#ada21f Text Font Color

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

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


#ada21f Background Color

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

This div background color is #ada21f


#ada21f Border Color

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

This div border color is #ada21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada21f


Comments

No comments written yet.

Please login to write comment.