Color Hex Logo

#ada071 Color Hex

#ADA071
(173,160,113)
0 Favorites   0 Comments

Color spaces of #ada071

RGB 173160113
HSL0.130.270.56
HSV47°35°68°
CMYK 0.000.080.35   0.32
XYZ32.785035.218120.6926
Yxy35.21810.36960.3971
Hunter Lab59.3448-5.241320.8679
CIE-Lab65.9181-2.438526.2512

#ada071 color RGB value is (173,160,113).

#ada071 hex color red value is 173, green value is 160 and the blue value of its RGB is 113. Cylindrical-coordinate representations (also known as HSL) of color #ada071 hue: 0.13 , saturation: 0.27 and the lightness value of ada071 is 0.56.

The process color (four color CMYK) of #ada071 color hex is 0.00, 0.08, 0.35, 0.32. Web safe color of #ada071 is #999966. Color #ada071 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01110001
Octal 255 240 161
Decimal 173 160 113
Hex AD A0 71

RGB Percentages of Color #ada071

%38.79
%35.87
%25.34

CMYK Percentages of Color #ada071

%0
%8
%35
%32

Triadic Colors of #ada071

#ada071 #71ada0 #a071ad

Analogous Colors of #ada071

#ada071 #9cad71 #ad8271

Monochromatic Colors of #ada071

#ada071

Complementary Color

#ada071 #717ead

#ada071 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada071 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada071 Color CSS Codes

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

#ada071 Text Font Color

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

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


#ada071 Background Color

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

This div background color is #ada071


#ada071 Border Color

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

This div border color is #ada071


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada071


Comments

No comments written yet.

Please login to write comment.