Color Hex Logo

#ada58e Color Hex

#ADA58E
(173,165,142)
0 Favorites   0 Comments

Color spaces of #ada58e

RGB 173165142
HSL0.120.160.62
HSV45°18°68°
CMYK 0.000.050.18   0.32
XYZ35.571237.747531.0024
Yxy37.74750.34100.3618
Hunter Lab61.4390-4.172513.0893
CIE-Lab67.8341-1.032512.9660

#ada58e color RGB value is (173,165,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100101 10001110
Octal 255 245 216
Decimal 173 165 142
Hex AD A5 8E

RGB Percentages of Color #ada58e

%36.04
%34.38
%29.58

CMYK Percentages of Color #ada58e

%0
%5
%18
%32

Triadic Colors of #ada58e

#ada58e #8eada5 #a58ead

Analogous Colors of #ada58e

#ada58e #a6ad8e #ad968e

Monochromatic Colors of #ada58e

#ada58e

Complementary Color

#ada58e #8e96ad

#ada58e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada58e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada58e Color CSS Codes

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

#ada58e Text Font Color

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

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


#ada58e Background Color

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

This div background color is #ada58e


#ada58e Border Color

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

This div border color is #ada58e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,165,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 #ada58e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada58e


Comments

No comments written yet.

Please login to write comment.