Color Hex Logo

#adb289 Color Hex

#ADB289
(173,178,137)
0 Favorites   0 Comments

Color spaces of #adb289

RGB 173178137
HSL0.190.210.62
HSV67°23°70°
CMYK 0.030.000.23   0.30
XYZ37.669342.531229.8909
Yxy42.53120.34220.3863
Hunter Lab65.2159-11.024818.4763
CIE-Lab71.2356-8.744820.4223

#adb289 color RGB value is (173,178,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 10001001
Octal 255 262 211
Decimal 173 178 137
Hex AD B2 89

RGB Percentages of Color #adb289

%35.45
%36.48
%28.07

CMYK Percentages of Color #adb289

%3
%0
%23
%30

Triadic Colors of #adb289

#adb289 #89adb2 #b289ad

Analogous Colors of #adb289

#adb289 #99b289 #b2a389

Monochromatic Colors of #adb289

#adb289

Complementary Color

#adb289 #8e89b2

#adb289 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb289 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb289 Color CSS Codes

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

#adb289 Text Font Color

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

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


#adb289 Background Color

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

This div background color is #adb289


#adb289 Border Color

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

This div border color is #adb289


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb289


Comments

No comments written yet.

Please login to write comment.