Color Hex Logo

#ada697 Color Hex

#ADA697
(173,166,151)
0 Favorites   0 Comments

Color spaces of #ada697

RGB 173166151
HSL0.110.120.64
HSV41°13°68°
CMYK 0.000.040.13   0.32
XYZ36.455738.391034.7669
Yxy38.39100.33260.3502
Hunter Lab61.9605-3.406710.1039
CIE-Lab68.3078-0.11228.6593

#ada697 color RGB value is (173,166,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100110 10010111
Octal 255 246 227
Decimal 173 166 151
Hex AD A6 97

RGB Percentages of Color #ada697

%35.31
%33.88
%30.82

CMYK Percentages of Color #ada697

%0
%4
%13
%32

Triadic Colors of #ada697

#ada697 #97ada6 #a697ad

Analogous Colors of #ada697

#ada697 #a9ad97 #ad9b97

Monochromatic Colors of #ada697

#ada697

Complementary Color

#ada697 #979ead

#ada697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada697 Color CSS Codes

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

#ada697 Text Font Color

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

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


#ada697 Background Color

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

This div background color is #ada697


#ada697 Border Color

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

This div border color is #ada697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada697


Comments

No comments written yet.

Please login to write comment.