Color Hex Logo

#ada86c Color Hex

#ADA86C
(173,168,108)
0 Favorites   0 Comments

Color spaces of #ada86c

RGB 173168108
HSL0.150.280.55
HSV55°38°68°
CMYK 0.000.030.38   0.32
XYZ33.943037.972219.7277
Yxy37.97220.37040.4143
Hunter Lab61.6216-9.514724.1539
CIE-Lab68.0001-7.331831.6567

#ada86c color RGB value is (173,168,108).

#ada86c hex color red value is 173, green value is 168 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #ada86c hue: 0.15 , saturation: 0.28 and the lightness value of ada86c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01101100
Octal 255 250 154
Decimal 173 168 108
Hex AD A8 6C

RGB Percentages of Color #ada86c

%38.53
%37.42
%24.05

CMYK Percentages of Color #ada86c

%0
%3
%38
%32

Triadic Colors of #ada86c

#ada86c #6cada8 #a86cad

Analogous Colors of #ada86c

#ada86c #92ad6c #ad886c

Monochromatic Colors of #ada86c

#ada86c

Complementary Color

#ada86c #6c71ad

#ada86c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada86c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada86c Color CSS Codes

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

#ada86c Text Font Color

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

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


#ada86c Background Color

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

This div background color is #ada86c


#ada86c Border Color

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

This div border color is #ada86c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada86c


Comments

No comments written yet.

Please login to write comment.