Color Hex Logo

#ada08f Color Hex

#ADA08F
(173,160,143)
0 Favorites   0 Comments

Color spaces of #ada08f

RGB 173160143
HSL0.090.150.62
HSV34°17°68°
CMYK 0.000.080.17   0.32
XYZ34.762336.009031.1049
Yxy36.00900.34120.3535
Hunter Lab60.0075-1.608211.2723
CIE-Lab66.52681.850210.5672

#ada08f color RGB value is (173,160,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100000 10001111
Octal 255 240 217
Decimal 173 160 143
Hex AD A0 8F

RGB Percentages of Color #ada08f

%36.34
%33.61
%30.04

CMYK Percentages of Color #ada08f

%0
%8
%17
%32

Triadic Colors of #ada08f

#ada08f #8fada0 #a08fad

Analogous Colors of #ada08f

#ada08f #abad8f #ad918f

Monochromatic Colors of #ada08f

#ada08f

Complementary Color

#ada08f #8f9cad

#ada08f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada08f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada08f Color CSS Codes

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

#ada08f Text Font Color

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

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


#ada08f Background Color

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

This div background color is #ada08f


#ada08f Border Color

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

This div border color is #ada08f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada08f


Comments

No comments written yet.

Please login to write comment.