Color Hex Logo

#ada147 Color Hex

#ADA147
(173,161,71)
0 Favorites   0 Comments

Color spaces of #ada147

RGB 17316171
HSL0.150.420.48
HSV53°59°68°
CMYK 0.000.070.59   0.32
XYZ31.115834.828911.0439
Yxy34.82890.40420.4524
Hunter Lab59.0160-9.165130.2160
CIE-Lab65.6152-7.188047.4440

#ada147 color RGB value is (173,161,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100001 01000111
Octal 255 241 107
Decimal 173 161 71
Hex AD A1 47

RGB Percentages of Color #ada147

%42.72
%39.75
%17.53

CMYK Percentages of Color #ada147

%0
%7
%59
%32

Triadic Colors of #ada147

#ada147 #47ada1 #a147ad

Analogous Colors of #ada147

#ada147 #86ad47 #ad6e47

Monochromatic Colors of #ada147

#ada147

Complementary Color

#ada147 #4753ad

#ada147 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada147 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada147 Color CSS Codes

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

#ada147 Text Font Color

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

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


#ada147 Background Color

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

This div background color is #ada147


#ada147 Border Color

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

This div border color is #ada147


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada147


Comments

No comments written yet.

Please login to write comment.