Color Hex Logo

#ada421 Color Hex

#ADA421
(173,164,33)
0 Favorites   0 Comments

Color spaces of #ada421

RGB 17316433
HSL0.160.680.40
HSV56°81°68°
CMYK 0.000.050.81   0.32
XYZ30.783635.54506.6772
Yxy35.54500.42170.4869
Hunter Lab59.6196-12.168935.0935
CIE-Lab66.1708-10.813462.8045

#ada421 color RGB value is (173,164,33).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00100001
Octal 255 244 41
Decimal 173 164 33
Hex AD A4 21

RGB Percentages of Color #ada421

%46.76
%44.32
%8.92

CMYK Percentages of Color #ada421

%0
%5
%81
%32

Triadic Colors of #ada421

#ada421 #21ada4 #a421ad

Analogous Colors of #ada421

#ada421 #70ad21 #ad5e21

Monochromatic Colors of #ada421

#ada421

Complementary Color

#ada421 #212aad

#ada421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada421 Color CSS Codes

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

#ada421 Text Font Color

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

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


#ada421 Background Color

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

This div background color is #ada421


#ada421 Border Color

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

This div border color is #ada421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada421


Comments

No comments written yet.

Please login to write comment.