Color Hex Logo

#ada015 Color Hex

#ADA015
(173,160,21)
0 Favorites   0 Comments

Color spaces of #ada015

RGB 17316021
HSL0.150.780.38
HSV55°88°68°
CMYK 0.000.080.88   0.32
XYZ29.939734.08005.7096
Yxy34.08000.42940.4887
Hunter Lab58.3781-10.616435.0659
CIE-Lab65.0260-9.045964.8408

#ada015 color RGB value is (173,160,21).

#ada015 hex color red value is 173, green value is 160 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #ada015 hue: 0.15 , saturation: 0.78 and the lightness value of ada015 is 0.38.

The process color (four color CMYK) of #ada015 color hex is 0.00, 0.08, 0.88, 0.32. Web safe color of #ada015 is #999900. Color #ada015 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00010101
Octal 255 240 25
Decimal 173 160 21
Hex AD A0 15

RGB Percentages of Color #ada015

%48.87
%45.20
%5.93

CMYK Percentages of Color #ada015

%0
%8
%88
%32

Triadic Colors of #ada015

#ada015 #15ada0 #a015ad

Analogous Colors of #ada015

#ada015 #6ead15 #ad5415

Monochromatic Colors of #ada015

#ada015

Complementary Color

#ada015 #1522ad

#ada015 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada015 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada015 Color CSS Codes

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

#ada015 Text Font Color

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

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


#ada015 Background Color

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

This div background color is #ada015


#ada015 Border Color

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

This div border color is #ada015


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada015


Comments

No comments written yet.

Please login to write comment.