Color Hex Logo

#ada666 Color Hex

#ADA666
(173,166,102)
0 Favorites   0 Comments

Color spaces of #ada666

RGB 173166102
HSL0.150.300.54
HSV54°41°68°
CMYK 0.000.040.41   0.32
XYZ33.268137.116017.9811
Yxy37.11600.37650.4200
Hunter Lab60.9229-9.141825.1469
CIE-Lab67.3640-6.956734.0035

#ada666 color RGB value is (173,166,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01100110
Octal 255 246 146
Decimal 173 166 102
Hex AD A6 66

RGB Percentages of Color #ada666

%39.23
%37.64
%23.13

CMYK Percentages of Color #ada666

%0
%4
%41
%32

Triadic Colors of #ada666

#ada666 #66ada6 #a666ad

Analogous Colors of #ada666

#ada666 #91ad66 #ad8366

Monochromatic Colors of #ada666

#ada666

Complementary Color

#ada666 #666dad

#ada666 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada666 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada666 Color CSS Codes

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

#ada666 Text Font Color

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

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


#ada666 Background Color

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

This div background color is #ada666


#ada666 Border Color

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

This div border color is #ada666


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada666


Comments

No comments written yet.

Please login to write comment.