Color Hex Logo

#ada921 Color Hex

#ADA921
(173,169,33)
0 Favorites   0 Comments

Color spaces of #ada921

RGB 17316933
HSL0.160.680.40
HSV58°81°68°
CMYK 0.000.020.81   0.32
XYZ31.696137.37006.9814
Yxy37.37000.41680.4914
Hunter Lab61.1310-14.428036.0206
CIE-Lab67.5537-13.414464.0088

#ada921 color RGB value is (173,169,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101001 00100001
Octal 255 251 41
Decimal 173 169 33
Hex AD A9 21

RGB Percentages of Color #ada921

%46.13
%45.07
%8.80

CMYK Percentages of Color #ada921

%0
%2
%81
%32

Triadic Colors of #ada921

#ada921 #21ada9 #a921ad

Analogous Colors of #ada921

#ada921 #6bad21 #ad6321

Monochromatic Colors of #ada921

#ada921

Complementary Color

#ada921 #2125ad

#ada921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada921 Color CSS Codes

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

#ada921 Text Font Color

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

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


#ada921 Background Color

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

This div background color is #ada921


#ada921 Border Color

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

This div border color is #ada921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada921


Comments

No comments written yet.

Please login to write comment.