Color Hex Logo

#ada12e Color Hex

#ADA12E
(173,161,46)
0 Favorites   0 Comments

Color spaces of #ada12e

RGB 17316146
HSL0.150.580.43
HSV54°73°68°
CMYK 0.000.070.73   0.32
XYZ30.471634.57127.6517
Yxy34.57120.41920.4756
Hunter Lab58.7973-10.387933.4423
CIE-Lab65.4134-8.713057.8347

#ada12e color RGB value is (173,161,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 00101110
Octal 255 241 56
Decimal 173 161 46
Hex AD A1 2E

RGB Percentages of Color #ada12e

%45.53
%42.37
%12.11

CMYK Percentages of Color #ada12e

%0
%7
%73
%32

Triadic Colors of #ada12e

#ada12e #2eada1 #a12ead

Analogous Colors of #ada12e

#ada12e #7aad2e #ad612e

Monochromatic Colors of #ada12e

#ada12e

Complementary Color

#ada12e #2e3aad

#ada12e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada12e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada12e Color CSS Codes

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

#ada12e Text Font Color

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

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


#ada12e Background Color

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

This div background color is #ada12e


#ada12e Border Color

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

This div border color is #ada12e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada12e


Comments

No comments written yet.

Please login to write comment.