Color Hex Logo

#ada815 Color Hex

#ADA815
(173,168,21)
0 Favorites   0 Comments

Color spaces of #ada815

RGB 17316821
HSL0.160.780.38
HSV58°88°68°
CMYK 0.000.030.88   0.32
XYZ31.371636.94366.1868
Yxy36.94360.42110.4959
Hunter Lab60.7812-14.236336.5119
CIE-Lab67.2347-13.226766.6189

#ada815 color RGB value is (173,168,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 00010101
Octal 255 250 25
Decimal 173 168 21
Hex AD A8 15

RGB Percentages of Color #ada815

%47.79
%46.41
%5.80

CMYK Percentages of Color #ada815

%0
%3
%88
%32

Triadic Colors of #ada815

#ada815 #15ada8 #a815ad

Analogous Colors of #ada815

#ada815 #66ad15 #ad5c15

Monochromatic Colors of #ada815

#ada815

Complementary Color

#ada815 #151aad

#ada815 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada815 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada815 Color CSS Codes

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

#ada815 Text Font Color

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

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


#ada815 Background Color

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

This div background color is #ada815


#ada815 Border Color

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

This div border color is #ada815


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada815


Comments

No comments written yet.

Please login to write comment.