Color Hex Logo

#ada036 Color Hex

#ADA036
(173,160,54)
0 Favorites   0 Comments

Color spaces of #ada036

RGB 17316054
HSL0.150.520.45
HSV53°69°68°
CMYK 0.000.080.69   0.32
XYZ30.470234.29228.5031
Yxy34.29220.41590.4681
Hunter Lab58.5595-9.600632.3825
CIE-Lab65.1938-7.771754.5019

#ada036 color RGB value is (173,160,54).

#ada036 hex color red value is 173, green value is 160 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #ada036 hue: 0.15 , saturation: 0.52 and the lightness value of ada036 is 0.45.

The process color (four color CMYK) of #ada036 color hex is 0.00, 0.08, 0.69, 0.32. Web safe color of #ada036 is #999933. Color #ada036 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 00110110
Octal 255 240 66
Decimal 173 160 54
Hex AD A0 36

RGB Percentages of Color #ada036

%44.70
%41.34
%13.95

CMYK Percentages of Color #ada036

%0
%8
%69
%32

Triadic Colors of #ada036

#ada036 #36ada0 #a036ad

Analogous Colors of #ada036

#ada036 #7fad36 #ad6536

Monochromatic Colors of #ada036

#ada036

Complementary Color

#ada036 #3643ad

#ada036 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada036 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada036 Color CSS Codes

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

#ada036 Text Font Color

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

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


#ada036 Background Color

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

This div background color is #ada036


#ada036 Border Color

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

This div border color is #ada036


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada036


Comments

No comments written yet.

Please login to write comment.