Color Hex Logo

#ada68c Color Hex

#ADA68C
(173,166,140)
0 Favorites   0 Comments

Color spaces of #ada68c

RGB 173166140
HSL0.130.170.61
HSV47°19°68°
CMYK 0.000.040.19   0.32
XYZ35.603438.050130.2788
Yxy38.05010.34260.3661
Hunter Lab61.6848-4.921214.0760
CIE-Lab68.0575-1.886814.3830

#ada68c color RGB value is (173,166,140).

#ada68c hex color red value is 173, green value is 166 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #ada68c hue: 0.13 , saturation: 0.17 and the lightness value of ada68c is 0.61.

The process color (four color CMYK) of #ada68c color hex is 0.00, 0.04, 0.19, 0.32. Web safe color of #ada68c is #999999. Color #ada68c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10001100
Octal 255 246 214
Decimal 173 166 140
Hex AD A6 8C

RGB Percentages of Color #ada68c

%36.12
%34.66
%29.23

CMYK Percentages of Color #ada68c

%0
%4
%19
%32

Triadic Colors of #ada68c

#ada68c #8cada6 #a68cad

Analogous Colors of #ada68c

#ada68c #a4ad8c #ad968c

Monochromatic Colors of #ada68c

#ada68c

Complementary Color

#ada68c #8c93ad

#ada68c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada68c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada68c Color CSS Codes

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

#ada68c Text Font Color

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

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


#ada68c Background Color

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

This div background color is #ada68c


#ada68c Border Color

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

This div border color is #ada68c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada68c


Comments

No comments written yet.

Please login to write comment.