Color Hex Logo

#adba89 Color Hex

#ADBA89
(173,186,137)
0 Favorites   0 Comments

Color spaces of #adba89

RGB 173186137
HSL0.210.260.63
HSV76°26°73°
CMYK 0.070.000.26   0.27
XYZ39.307845.808230.4370
Yxy45.80820.34020.3964
Hunter Lab67.6818-14.774920.7141
CIE-Lab73.4209-12.914523.4032

#adba89 color RGB value is (173,186,137).

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

The process color (four color CMYK) of #adba89 color hex is 0.07, 0.00, 0.26, 0.27. Web safe color of #adba89 is #99cc99. Color #adba89 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111010 10001001
Octal 255 272 211
Decimal 173 186 137
Hex AD BA 89

RGB Percentages of Color #adba89

%34.88
%37.50
%27.62

CMYK Percentages of Color #adba89

%7
%0
%26
%27

Triadic Colors of #adba89

#adba89 #89adba #ba89ad

Analogous Colors of #adba89

#adba89 #95ba89 #baaf89

Monochromatic Colors of #adba89

#adba89

Complementary Color

#adba89 #9689ba

#adba89 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adba89 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adba89 Color CSS Codes

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

#adba89 Text Font Color

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

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


#adba89 Background Color

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

This div background color is #adba89


#adba89 Border Color

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

This div border color is #adba89


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adba89


Comments

No comments written yet.

Please login to write comment.