Color Hex Logo

#ada08a Color Hex

#ADA08A
(173,160,138)
0 Favorites   0 Comments

Color spaces of #ada08a

RGB 173160138
HSL0.100.180.61
HSV38°20°68°
CMYK 0.000.080.20   0.32
XYZ34.391835.860829.1539
Yxy35.86080.34600.3607
Hunter Lab59.8839-2.282813.0539
CIE-Lab66.41341.064013.1854

#ada08a color RGB value is (173,160,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10001010
Octal 255 240 212
Decimal 173 160 138
Hex AD A0 8A

RGB Percentages of Color #ada08a

%36.73
%33.97
%29.30

CMYK Percentages of Color #ada08a

%0
%8
%20
%32

Triadic Colors of #ada08a

#ada08a #8aada0 #a08aad

Analogous Colors of #ada08a

#ada08a #a9ad8a #ad8f8a

Monochromatic Colors of #ada08a

#ada08a

Complementary Color

#ada08a #8a97ad

#ada08a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada08a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada08a Color CSS Codes

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

#ada08a Text Font Color

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

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


#ada08a Background Color

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

This div background color is #ada08a


#ada08a Border Color

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

This div border color is #ada08a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada08a


Comments

No comments written yet.

Please login to write comment.