Color Hex Logo

#ada29e Color Hex

#ADA29E
(173,162,158)
0 Favorites   0 Comments

Color spaces of #ada29e

RGB 173162158
HSL0.040.080.65
HSV16°68°
CMYK 0.000.060.09   0.32
XYZ36.325537.193537.6123
Yxy37.19350.32690.3347
Hunter Lab60.9865-0.40606.1245
CIE-Lab67.42203.27313.5001

#ada29e color RGB value is (173,162,158).

#ada29e hex color red value is 173, green value is 162 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ada29e hue: 0.04 , saturation: 0.08 and the lightness value of ada29e is 0.65.

The process color (four color CMYK) of #ada29e color hex is 0.00, 0.06, 0.09, 0.32. Web safe color of #ada29e is #999999. Color #ada29e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10100010 10011110
Octal 255 242 236
Decimal 173 162 158
Hex AD A2 9E

RGB Percentages of Color #ada29e

%35.09
%32.86
%32.05

CMYK Percentages of Color #ada29e

%0
%6
%9
%32

Triadic Colors of #ada29e

#ada29e #9eada2 #a29ead

Analogous Colors of #ada29e

#ada29e #adaa9e #ad9ea2

Monochromatic Colors of #ada29e

#ada29e

Complementary Color

#ada29e #9ea9ad

#ada29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ada29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ada29e Color CSS Codes

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

#ada29e Text Font Color

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

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


#ada29e Background Color

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

This div background color is #ada29e


#ada29e Border Color

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

This div border color is #ada29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ada29e


Comments

No comments written yet.

Please login to write comment.