Color Hex Logo

#ada866 Color Hex

#ADA866
(173,168,102)
0 Favorites   0 Comments

Color spaces of #ada866

RGB 173168102
HSL0.150.300.54
HSV56°41°68°
CMYK 0.000.030.41   0.32
XYZ33.634537.848818.1032
Yxy37.84880.37540.4225
Hunter Lab61.5214-10.074325.6184
CIE-Lab67.9090-8.017234.6955

#ada866 color RGB value is (173,168,102).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 01100110
Octal 255 250 146
Decimal 173 168 102
Hex AD A8 66

RGB Percentages of Color #ada866

%39.05
%37.92
%23.02

CMYK Percentages of Color #ada866

%0
%3
%41
%32

Triadic Colors of #ada866

#ada866 #66ada8 #a866ad

Analogous Colors of #ada866

#ada866 #8fad66 #ad8566

Monochromatic Colors of #ada866

#ada866

Complementary Color

#ada866 #666bad

#ada866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada866 Color CSS Codes

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

#ada866 Text Font Color

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

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


#ada866 Background Color

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

This div background color is #ada866


#ada866 Border Color

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

This div border color is #ada866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada866


Comments

No comments written yet.

Please login to write comment.