Color Hex Logo

#ada888 Color Hex

#ADA888
(173,168,136)
0 Favorites   0 Comments

Color spaces of #ada888

RGB 173168136
HSL0.140.180.61
HSV52°21°68°
CMYK 0.000.030.21   0.32
XYZ35.680138.667128.8755
Yxy38.66710.34570.3746
Hunter Lab62.1829-6.398015.9959
CIE-Lab68.5094-3.576117.2108

#ada888 color RGB value is (173,168,136).

#ada888 hex color red value is 173, green value is 168 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #ada888 hue: 0.14 , saturation: 0.18 and the lightness value of ada888 is 0.61.

The process color (four color CMYK) of #ada888 color hex is 0.00, 0.03, 0.21, 0.32. Web safe color of #ada888 is #999999. Color #ada888 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10001000
Octal 255 250 210
Decimal 173 168 136
Hex AD A8 88

RGB Percentages of Color #ada888

%36.27
%35.22
%28.51

CMYK Percentages of Color #ada888

%0
%3
%21
%32

Triadic Colors of #ada888

#ada888 #88ada8 #a888ad

Analogous Colors of #ada888

#ada888 #a0ad88 #ad9688

Monochromatic Colors of #ada888

#ada888

Complementary Color

#ada888 #888dad

#ada888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada888 Color CSS Codes

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

#ada888 Text Font Color

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

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


#ada888 Background Color

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

This div background color is #ada888


#ada888 Border Color

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

This div border color is #ada888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada888


Comments

No comments written yet.

Please login to write comment.