Color Hex Logo

#ada661 Color Hex

#ADA661
(173,166,97)
0 Favorites   0 Comments

Color spaces of #ada661

RGB 17316697
HSL0.150.320.53
HSV54°44°68°
CMYK 0.000.040.44   0.32
XYZ33.027537.019716.7141
Yxy37.01970.38070.4267
Hunter Lab60.8438-9.582526.3034
CIE-Lab67.2918-7.497236.5193

#ada661 color RGB value is (173,166,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01100001
Octal 255 246 141
Decimal 173 166 97
Hex AD A6 61

RGB Percentages of Color #ada661

%39.68
%38.07
%22.25

CMYK Percentages of Color #ada661

%0
%4
%44
%32

Triadic Colors of #ada661

#ada661 #61ada6 #a661ad

Analogous Colors of #ada661

#ada661 #8ead61 #ad8061

Monochromatic Colors of #ada661

#ada661

Complementary Color

#ada661 #6168ad

#ada661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada661 Color CSS Codes

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

#ada661 Text Font Color

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

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


#ada661 Background Color

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

This div background color is #ada661


#ada661 Border Color

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

This div border color is #ada661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada661


Comments

No comments written yet.

Please login to write comment.