Color Hex Logo

#adb29e Color Hex

#ADB29E
(173,178,158)
0 Favorites   0 Comments

Color spaces of #adb29e

RGB 173178158
HSL0.210.110.66
HSV75°11°70°
CMYK 0.030.000.11   0.30
XYZ39.325543.193638.6123
Yxy43.19360.32470.3566
Hunter Lab65.7218-8.205511.1718
CIE-Lab71.6862-5.38139.6194

#adb29e color RGB value is (173,178,158).

#adb29e hex color red value is 173, green value is 178 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #adb29e hue: 0.21 , saturation: 0.11 and the lightness value of adb29e is 0.66.

The process color (four color CMYK) of #adb29e color hex is 0.03, 0.00, 0.11, 0.30. Web safe color of #adb29e is #999999. Color #adb29e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10011110
Octal 255 262 236
Decimal 173 178 158
Hex AD B2 9E

RGB Percentages of Color #adb29e

%33.99
%34.97
%31.04

CMYK Percentages of Color #adb29e

%3
%0
%11
%30

Triadic Colors of #adb29e

#adb29e #9eadb2 #b29ead

Analogous Colors of #adb29e

#adb29e #a3b29e #b2ad9e

Monochromatic Colors of #adb29e

#adb29e

Complementary Color

#adb29e #a39eb2

#adb29e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb29e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb29e Color CSS Codes

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

#adb29e Text Font Color

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

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


#adb29e Background Color

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

This div background color is #adb29e


#adb29e Border Color

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

This div border color is #adb29e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb29e


Comments

No comments written yet.

Please login to write comment.