Color Hex Logo

#ada431 Color Hex

#ADA431
(173,164,49)
0 Favorites   0 Comments

Color spaces of #ada431

RGB 17316449
HSL0.150.560.44
HSV56°72°68°
CMYK 0.000.050.72   0.32
XYZ31.063435.65698.1510
Yxy35.65690.41490.4762
Hunter Lab59.7134-11.641333.7062
CIE-Lab66.2569-10.147557.5315

#ada431 color RGB value is (173,164,49).

#ada431 hex color red value is 173, green value is 164 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #ada431 hue: 0.15 , saturation: 0.56 and the lightness value of ada431 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00110001
Octal 255 244 61
Decimal 173 164 49
Hex AD A4 31

RGB Percentages of Color #ada431

%44.82
%42.49
%12.69

CMYK Percentages of Color #ada431

%0
%5
%72
%32

Triadic Colors of #ada431

#ada431 #31ada4 #a431ad

Analogous Colors of #ada431

#ada431 #78ad31 #ad6631

Monochromatic Colors of #ada431

#ada431

Complementary Color

#ada431 #313aad

#ada431 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada431 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada431 Color CSS Codes

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

#ada431 Text Font Color

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

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


#ada431 Background Color

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

This div background color is #ada431


#ada431 Border Color

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

This div border color is #ada431


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada431


Comments

No comments written yet.

Please login to write comment.