Color Hex Logo

#adb26e Color Hex

#ADB26E
(173,178,110)
0 Favorites   0 Comments

Color spaces of #adb26e

RGB 173178110
HSL0.180.310.56
HSV64°38°70°
CMYK 0.030.000.38   0.30
XYZ35.968441.850820.9341
Yxy41.85080.36420.4238
Hunter Lab64.6922-13.966626.0986
CIE-Lab70.7679-12.342134.1674

#adb26e color RGB value is (173,178,110).

#adb26e hex color red value is 173, green value is 178 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #adb26e hue: 0.18 , saturation: 0.31 and the lightness value of adb26e is 0.56.

The process color (four color CMYK) of #adb26e color hex is 0.03, 0.00, 0.38, 0.30. Web safe color of #adb26e is #999966. Color #adb26e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110010 01101110
Octal 255 262 156
Decimal 173 178 110
Hex AD B2 6E

RGB Percentages of Color #adb26e

%37.53
%38.61
%23.86

CMYK Percentages of Color #adb26e

%3
%0
%38
%30

Triadic Colors of #adb26e

#adb26e #6eadb2 #b26ead

Analogous Colors of #adb26e

#adb26e #8bb26e #b2956e

Monochromatic Colors of #adb26e

#adb26e

Complementary Color

#adb26e #736eb2

#adb26e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb26e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb26e Color CSS Codes

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

#adb26e Text Font Color

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

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


#adb26e Background Color

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

This div background color is #adb26e


#adb26e Border Color

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

This div border color is #adb26e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb26e


Comments

No comments written yet.

Please login to write comment.