Color Hex Logo

#ada88d Color Hex

#ADA88D
(173,168,141)
0 Favorites   0 Comments

Color spaces of #ada88d

RGB 173168141
HSL0.140.160.62
HSV51°18°68°
CMYK 0.000.030.18   0.32
XYZ36.043938.812630.7912
Yxy38.81260.34120.3674
Hunter Lab62.2998-5.752314.3062
CIE-Lab68.6153-2.810714.6124

#ada88d color RGB value is (173,168,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10101000 10001101
Octal 255 250 215
Decimal 173 168 141
Hex AD A8 8D

RGB Percentages of Color #ada88d

%35.89
%34.85
%29.25

CMYK Percentages of Color #ada88d

%0
%3
%18
%32

Triadic Colors of #ada88d

#ada88d #8dada8 #a88dad

Analogous Colors of #ada88d

#ada88d #a2ad8d #ad988d

Monochromatic Colors of #ada88d

#ada88d

Complementary Color

#ada88d #8d92ad

#ada88d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada88d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada88d Color CSS Codes

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

#ada88d Text Font Color

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

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


#ada88d Background Color

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

This div background color is #ada88d


#ada88d Border Color

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

This div border color is #ada88d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada88d


Comments

No comments written yet.

Please login to write comment.