Color Hex Logo

#ada413 Color Hex

#ADA413
(173,164,19)
0 Favorites   0 Comments

Color spaces of #ada413

RGB 17316419
HSL0.160.800.38
HSV56°89°68°
CMYK 0.000.050.89   0.32
XYZ30.626635.48225.8506
Yxy35.48220.42560.4931
Hunter Lab59.5669-12.465635.8735
CIE-Lab66.1224-11.189566.1199

#ada413 color RGB value is (173,164,19).

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

The process color (four color CMYK) of #ada413 color hex is 0.00, 0.05, 0.89, 0.32. Web safe color of #ada413 is #999900. Color #ada413 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100100 00010011
Octal 255 244 23
Decimal 173 164 19
Hex AD A4 13

RGB Percentages of Color #ada413

%48.60
%46.07
%5.34

CMYK Percentages of Color #ada413

%0
%5
%89
%32

Triadic Colors of #ada413

#ada413 #13ada4 #a413ad

Analogous Colors of #ada413

#ada413 #69ad13 #ad5713

Monochromatic Colors of #ada413

#ada413

Complementary Color

#ada413 #131cad

#ada413 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada413 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada413 Color CSS Codes

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

#ada413 Text Font Color

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

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


#ada413 Background Color

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

This div background color is #ada413


#ada413 Border Color

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

This div border color is #ada413


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada413


Comments

No comments written yet.

Please login to write comment.