Color Hex Logo

#ada13d Color Hex

#ADA13D
(173,161,61)
0 Favorites   0 Comments

Color spaces of #ada13d

RGB 17316161
HSL0.150.480.46
HSV54°65°68°
CMYK 0.000.070.65   0.32
XYZ30.820834.71099.4903
Yxy34.71090.41080.4627
Hunter Lab58.9160-9.723931.6906
CIE-Lab65.5230-7.882851.8814

#ada13d color RGB value is (173,161,61).

#ada13d hex color red value is 173, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #ada13d hue: 0.15 , saturation: 0.48 and the lightness value of ada13d is 0.46.

The process color (four color CMYK) of #ada13d color hex is 0.00, 0.07, 0.65, 0.32. Web safe color of #ada13d is #999933. Color #ada13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00111101
Octal 255 241 75
Decimal 173 161 61
Hex AD A1 3D

RGB Percentages of Color #ada13d

%43.80
%40.76
%15.44

CMYK Percentages of Color #ada13d

%0
%7
%65
%32

Triadic Colors of #ada13d

#ada13d #3dada1 #a13dad

Analogous Colors of #ada13d

#ada13d #81ad3d #ad693d

Monochromatic Colors of #ada13d

#ada13d

Complementary Color

#ada13d #3d49ad

#ada13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada13d Color CSS Codes

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

#ada13d Text Font Color

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

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


#ada13d Background Color

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

This div background color is #ada13d


#ada13d Border Color

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

This div border color is #ada13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada13d


Comments

No comments written yet.

Please login to write comment.