Color Hex Logo

#ada71c Color Hex

#ADA71C
(173,167,28)
0 Favorites   0 Comments

Color spaces of #ada71c

RGB 17316728
HSL0.160.720.39
HSV58°84°68°
CMYK 0.000.030.84   0.32
XYZ31.261936.60556.5165
Yxy36.60550.42030.4921
Hunter Lab60.5025-13.647635.9658
CIE-Lab66.9800-12.532164.8375

#ada71c color RGB value is (173,167,28).

#ada71c hex color red value is 173, green value is 167 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #ada71c hue: 0.16 , saturation: 0.72 and the lightness value of ada71c is 0.39.

The process color (four color CMYK) of #ada71c color hex is 0.00, 0.03, 0.84, 0.32. Web safe color of #ada71c is #999933. Color #ada71c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 00011100
Octal 255 247 34
Decimal 173 167 28
Hex AD A7 1C

RGB Percentages of Color #ada71c

%47.01
%45.38
%7.61

CMYK Percentages of Color #ada71c

%0
%3
%84
%32

Triadic Colors of #ada71c

#ada71c #1cada7 #a71cad

Analogous Colors of #ada71c

#ada71c #6bad1c #ad5f1c

Monochromatic Colors of #ada71c

#ada71c

Complementary Color

#ada71c #1c22ad

#ada71c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada71c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada71c Color CSS Codes

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

#ada71c Text Font Color

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

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


#ada71c Background Color

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

This div background color is #ada71c


#ada71c Border Color

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

This div border color is #ada71c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada71c


Comments

No comments written yet.

Please login to write comment.