color codes Logo

#ada31d color codes

#ADA31D
(173,163,29)
0 Favorites   0 Comments

Color spaces of #ada31d

RGB 17316329
HSL0.160.710.40
HSV56°83°68°
CMYK 0.000.060.83   0.32
XYZ30.552535.16736.3401
Yxy35.16730.42400.4880
Hunter Lab59.3020-11.815035.1726
CIE-Lab65.8787-10.415963.6511

#ada31d color RGB value is (173,163,29).

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

The process color (four color CMYK) of #ada31d color code is 0.00, 0.06, 0.83, 0.32. Web safe color of #ada31d is #999933. Color #ada31d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 00011101
Octal 255 243 35
Decimal 173 163 29
Hex AD A3 1D

RGB Percentages of Color #ada31d

%47.40
%44.66
%7.95

CMYK Percentages of Color #ada31d

%0
%6
%83
%32

Triadic Colors of #ada31d

#ada31d #1dada3 #a31dad

Analogous Colors of #ada31d

#ada31d #6fad1d #ad5b1d

Monochromatic Colors of #ada31d

#ada31d

Complementary Color

#ada31d #1d27ad

#ada31d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada31d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada31d Color CSS Codes

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

#ada31d Text Font Color

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

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


#ada31d Background Color

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

This div background color is #ada31d


#ada31d Border Color

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

This div border color is #ada31d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada31d


Comments

No comments written yet.

Please login to write comment.