Color Hex Logo

#ada670 Color Hex

#ADA670
(173,166,112)
0 Favorites   0 Comments

Color spaces of #ada670

RGB 173166112
HSL0.150.270.56
HSV53°35°68°
CMYK 0.000.040.35   0.32
XYZ33.794437.326520.7528
Yxy37.32650.36780.4063
Hunter Lab61.0954-8.181322.6273
CIE-Lab67.5213-5.786328.9039

#ada670 color RGB value is (173,166,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01110000
Octal 255 246 160
Decimal 173 166 112
Hex AD A6 70

RGB Percentages of Color #ada670

%38.36
%36.81
%24.83

CMYK Percentages of Color #ada670

%0
%4
%35
%32

Triadic Colors of #ada670

#ada670 #70ada6 #a670ad

Analogous Colors of #ada670

#ada670 #96ad70 #ad8870

Monochromatic Colors of #ada670

#ada670

Complementary Color

#ada670 #7077ad

#ada670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada670 Color CSS Codes

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

#ada670 Text Font Color

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

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


#ada670 Background Color

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

This div background color is #ada670


#ada670 Border Color

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

This div border color is #ada670


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,166,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 #ada670">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada670


Comments

No comments written yet.

Please login to write comment.