Color Hex Logo

#ada683 Color Hex

#ADA683
(173,166,131)
0 Favorites   0 Comments

Color spaces of #ada683

RGB 173166131
HSL0.140.200.60
HSV50°24°68°
CMYK 0.000.040.24   0.32
XYZ34.966537.795426.9250
Yxy37.79540.35080.3791
Hunter Lab61.4780-6.061917.0678
CIE-Lab67.8695-3.238819.0685

#ada683 color RGB value is (173,166,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10000011
Octal 255 246 203
Decimal 173 166 131
Hex AD A6 83

RGB Percentages of Color #ada683

%36.81
%35.32
%27.87

CMYK Percentages of Color #ada683

%0
%4
%24
%32

Triadic Colors of #ada683

#ada683 #83ada6 #a683ad

Analogous Colors of #ada683

#ada683 #9fad83 #ad9183

Monochromatic Colors of #ada683

#ada683

Complementary Color

#ada683 #838aad

#ada683 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada683 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada683 Color CSS Codes

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

#ada683 Text Font Color

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

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


#ada683 Background Color

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

This div background color is #ada683


#ada683 Border Color

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

This div border color is #ada683


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada683


Comments

No comments written yet.

Please login to write comment.