Color Hex Logo

#ada665 Color Hex

#ADA665
(173,166,101)
0 Favorites   0 Comments

Color spaces of #ada665

RGB 173166101
HSL0.150.310.54
HSV54°42°68°
CMYK 0.000.040.42   0.32
XYZ33.218837.096317.7214
Yxy37.09630.37730.4214
Hunter Lab60.9067-9.232125.3837
CIE-Lab67.3492-7.067234.5089

#ada665 color RGB value is (173,166,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 01100101
Octal 255 246 145
Decimal 173 166 101
Hex AD A6 65

RGB Percentages of Color #ada665

%39.32
%37.73
%22.95

CMYK Percentages of Color #ada665

%0
%4
%42
%32

Triadic Colors of #ada665

#ada665 #65ada6 #a665ad

Analogous Colors of #ada665

#ada665 #90ad65 #ad8265

Monochromatic Colors of #ada665

#ada665

Complementary Color

#ada665 #656cad

#ada665 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada665 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada665 Color CSS Codes

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

#ada665 Text Font Color

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

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


#ada665 Background Color

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

This div background color is #ada665


#ada665 Border Color

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

This div border color is #ada665


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada665


Comments

No comments written yet.

Please login to write comment.