Color Hex Logo

#ada682 Color Hex

#ADA682
(173,166,130)
0 Favorites   0 Comments

Color spaces of #ada682

RGB 173166130
HSL0.140.210.59
HSV50°25°68°
CMYK 0.000.040.25   0.32
XYZ34.899137.768426.5697
Yxy37.76840.35170.3806
Hunter Lab61.4560-6.183017.3859
CIE-Lab67.8496-3.383019.5887

#ada682 color RGB value is (173,166,130).

#ada682 hex color red value is 173, green value is 166 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #ada682 hue: 0.14 , saturation: 0.21 and the lightness value of ada682 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10000010
Octal 255 246 202
Decimal 173 166 130
Hex AD A6 82

RGB Percentages of Color #ada682

%36.89
%35.39
%27.72

CMYK Percentages of Color #ada682

%0
%4
%25
%32

Triadic Colors of #ada682

#ada682 #82ada6 #a682ad

Analogous Colors of #ada682

#ada682 #9fad82 #ad9182

Monochromatic Colors of #ada682

#ada682

Complementary Color

#ada682 #8289ad

#ada682 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada682 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada682 Color CSS Codes

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

#ada682 Text Font Color

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

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


#ada682 Background Color

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

This div background color is #ada682


#ada682 Border Color

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

This div border color is #ada682


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada682


Comments

No comments written yet.

Please login to write comment.