Color Hex Logo

#ada140 Color Hex

#ADA140
(173,161,64)
0 Favorites   0 Comments

Color spaces of #ada140

RGB 17316164
HSL0.150.460.46
HSV53°63°68°
CMYK 0.000.070.63   0.32
XYZ30.903934.74419.9280
Yxy34.74410.40890.4597
Hunter Lab58.9441-9.566231.2746
CIE-Lab65.5489-7.686350.5834

#ada140 color RGB value is (173,161,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01000000
Octal 255 241 100
Decimal 173 161 64
Hex AD A1 40

RGB Percentages of Color #ada140

%43.47
%40.45
%16.08

CMYK Percentages of Color #ada140

%0
%7
%63
%32

Triadic Colors of #ada140

#ada140 #40ada1 #a140ad

Analogous Colors of #ada140

#ada140 #83ad40 #ad6b40

Monochromatic Colors of #ada140

#ada140

Complementary Color

#ada140 #404cad

#ada140 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada140 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada140 Color CSS Codes

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

#ada140 Text Font Color

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

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


#ada140 Background Color

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

This div background color is #ada140


#ada140 Border Color

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

This div border color is #ada140


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada140


Comments

No comments written yet.

Please login to write comment.