Color Hex Logo

#ada066 Color Hex

#ADA066
(173,160,102)
0 Favorites   0 Comments

Color spaces of #ada066

RGB 173160102
HSL0.140.300.54
HSV49°41°68°
CMYK 0.000.080.41   0.32
XYZ32.202734.985217.6259
Yxy34.98520.37970.4125
Hunter Lab59.1483-6.326923.7357
CIE-Lab65.7371-3.746931.9260

#ada066 color RGB value is (173,160,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 01100110
Octal 255 240 146
Decimal 173 160 102
Hex AD A0 66

RGB Percentages of Color #ada066

%39.77
%36.78
%23.45

CMYK Percentages of Color #ada066

%0
%8
%41
%32

Triadic Colors of #ada066

#ada066 #66ada0 #a066ad

Analogous Colors of #ada066

#ada066 #97ad66 #ad7d66

Monochromatic Colors of #ada066

#ada066

Complementary Color

#ada066 #6673ad

#ada066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada066 Color CSS Codes

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

#ada066 Text Font Color

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

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


#ada066 Background Color

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

This div background color is #ada066


#ada066 Border Color

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

This div border color is #ada066


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,160,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 #ada066">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada066


Comments

No comments written yet.

Please login to write comment.