Color Hex Logo

#ada395 Color Hex

#ADA395
(173,163,149)
0 Favorites   0 Comments

Color spaces of #ada395

RGB 173163149
HSL0.100.130.63
HSV35°14°68°
CMYK 0.000.060.14   0.32
XYZ35.755637.248533.7389
Yxy37.24850.33500.3490
Hunter Lab61.0315-2.23029.9459
CIE-Lab67.46311.18848.5636

#ada395 color RGB value is (173,163,149).

#ada395 hex color red value is 173, green value is 163 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #ada395 hue: 0.10 , saturation: 0.13 and the lightness value of ada395 is 0.63.

The process color (four color CMYK) of #ada395 color hex is 0.00, 0.06, 0.14, 0.32. Web safe color of #ada395 is #999999. Color #ada395 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100011 10010101
Octal 255 243 225
Decimal 173 163 149
Hex AD A3 95

RGB Percentages of Color #ada395

%35.67
%33.61
%30.72

CMYK Percentages of Color #ada395

%0
%6
%14
%32

Triadic Colors of #ada395

#ada395 #95ada3 #a395ad

Analogous Colors of #ada395

#ada395 #abad95 #ad9795

Monochromatic Colors of #ada395

#ada395

Complementary Color

#ada395 #959fad

#ada395 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada395 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada395 Color CSS Codes

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

#ada395 Text Font Color

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

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


#ada395 Background Color

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

This div background color is #ada395


#ada395 Border Color

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

This div border color is #ada395


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada395


Comments

No comments written yet.

Please login to write comment.