Color Hex Logo

#ada08e Color Hex

#ADA08E
(173,160,142)
0 Favorites   0 Comments

Color spaces of #ada08e

RGB 173160142
HSL0.100.160.62
HSV35°18°68°
CMYK 0.000.080.18   0.32
XYZ34.686935.978830.7076
Yxy35.97880.34220.3549
Hunter Lab59.9823-1.745211.6345
CIE-Lab66.50371.690911.0907

#ada08e color RGB value is (173,160,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10001110
Octal 255 240 216
Decimal 173 160 142
Hex AD A0 8E

RGB Percentages of Color #ada08e

%36.42
%33.68
%29.89

CMYK Percentages of Color #ada08e

%0
%8
%18
%32

Triadic Colors of #ada08e

#ada08e #8eada0 #a08ead

Analogous Colors of #ada08e

#ada08e #abad8e #ad918e

Monochromatic Colors of #ada08e

#ada08e

Complementary Color

#ada08e #8e9bad

#ada08e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada08e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada08e Color CSS Codes

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

#ada08e Text Font Color

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

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


#ada08e Background Color

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

This div background color is #ada08e


#ada08e Border Color

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

This div border color is #ada08e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada08e


Comments

No comments written yet.

Please login to write comment.