Color Hex Logo

#ada770 Color Hex

#ADA770
(173,167,112)
0 Favorites   0 Comments

Color spaces of #ada770

RGB 173167112
HSL0.150.270.56
HSV54°35°68°
CMYK 0.000.030.35   0.32
XYZ33.976937.691520.8136
Yxy37.69150.36740.4076
Hunter Lab61.3934-8.651422.8749
CIE-Lab67.7926-6.319429.2595

#ada770 color RGB value is (173,167,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100111 01110000
Octal 255 247 160
Decimal 173 167 112
Hex AD A7 70

RGB Percentages of Color #ada770

%38.27
%36.95
%24.78

CMYK Percentages of Color #ada770

%0
%3
%35
%32

Triadic Colors of #ada770

#ada770 #70ada7 #a770ad

Analogous Colors of #ada770

#ada770 #95ad70 #ad8970

Monochromatic Colors of #ada770

#ada770

Complementary Color

#ada770 #7076ad

#ada770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada770 Color CSS Codes

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

#ada770 Text Font Color

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

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


#ada770 Background Color

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

This div background color is #ada770


#ada770 Border Color

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

This div border color is #ada770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada770


Comments

No comments written yet.

Please login to write comment.