Color Hex Logo

#ada693 Color Hex

#ADA693
(173,166,147)
0 Favorites   0 Comments

Color spaces of #ada693

RGB 173166147
HSL0.120.140.63
HSV44°15°68°
CMYK 0.000.040.15   0.32
XYZ36.136338.263333.0847
Yxy38.26330.33620.3560
Hunter Lab61.8573-3.972811.5886
CIE-Lab68.2142-0.772910.7392

#ada693 color RGB value is (173,166,147).

#ada693 hex color red value is 173, green value is 166 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ada693 hue: 0.12 , saturation: 0.14 and the lightness value of ada693 is 0.63.

The process color (four color CMYK) of #ada693 color hex is 0.00, 0.04, 0.15, 0.32. Web safe color of #ada693 is #999999. Color #ada693 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10010011
Octal 255 246 223
Decimal 173 166 147
Hex AD A6 93

RGB Percentages of Color #ada693

%35.60
%34.16
%30.25

CMYK Percentages of Color #ada693

%0
%4
%15
%32

Triadic Colors of #ada693

#ada693 #93ada6 #a693ad

Analogous Colors of #ada693

#ada693 #a7ad93 #ad9993

Monochromatic Colors of #ada693

#ada693

Complementary Color

#ada693 #939aad

#ada693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada693 Color CSS Codes

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

#ada693 Text Font Color

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

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


#ada693 Background Color

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

This div background color is #ada693


#ada693 Border Color

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

This div border color is #ada693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada693

#ada693 Color Palettes


Comments

No comments written yet.

Please login to write comment.