Color Hex Logo

#ada51c Color Hex

#ADA51C
(173,165,28)
0 Favorites   0 Comments

Color spaces of #ada51c

RGB 17316528
HSL0.160.720.39
HSV57°84°68°
CMYK 0.000.050.84   0.32
XYZ30.898335.87836.3953
Yxy35.87830.42230.4903
Hunter Lab59.8985-12.744235.5986
CIE-Lab66.4268-11.491164.3718

#ada51c color RGB value is (173,165,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 00011100
Octal 255 245 34
Decimal 173 165 28
Hex AD A5 1C

RGB Percentages of Color #ada51c

%47.27
%45.08
%7.65

CMYK Percentages of Color #ada51c

%0
%5
%84
%32

Triadic Colors of #ada51c

#ada51c #1cada5 #a51cad

Analogous Colors of #ada51c

#ada51c #6dad1c #ad5d1c

Monochromatic Colors of #ada51c

#ada51c

Complementary Color

#ada51c #1c24ad

#ada51c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada51c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada51c Color CSS Codes

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

#ada51c Text Font Color

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

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


#ada51c Background Color

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

This div background color is #ada51c


#ada51c Border Color

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

This div border color is #ada51c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada51c


Comments

No comments written yet.

Please login to write comment.