color codes Logo

#ada146 color codes

#ADA146
(173,161,70)
0 Favorites   0 Comments

Color spaces of #ada146

RGB 17316170
HSL0.150.420.48
HSV53°60°68°
CMYK 0.000.070.60   0.32
XYZ31.083934.816210.8762
Yxy34.81620.40490.4535
Hunter Lab59.0053-9.225630.3750
CIE-Lab65.6053-7.263147.9014

#ada146 color RGB value is (173,161,70).

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

The process color (four color CMYK) of #ada146 color code is 0.00, 0.07, 0.60, 0.32. Web safe color of #ada146 is #999933. Color #ada146 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01000110
Octal 255 241 106
Decimal 173 161 70
Hex AD A1 46

RGB Percentages of Color #ada146

%42.82
%39.85
%17.33

CMYK Percentages of Color #ada146

%0
%7
%60
%32

Triadic Colors of #ada146

#ada146 #46ada1 #a146ad

Analogous Colors of #ada146

#ada146 #86ad46 #ad6e46

Monochromatic Colors of #ada146

#ada146

Complementary Color

#ada146 #4652ad

#ada146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada146 Color CSS Codes

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

#ada146 Text Font Color

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

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


#ada146 Background Color

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

This div background color is #ada146


#ada146 Border Color

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

This div border color is #ada146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada146


Comments

No comments written yet.

Please login to write comment.