Color Hex Logo

#adb57e Color Hex

#ADB57E
(173,181,126)
0 Favorites   0 Comments

Color spaces of #adb57e

RGB 173181126
HSL0.190.270.60
HSV69°30°71°
CMYK 0.040.000.30   0.29
XYZ37.523343.438326.1454
Yxy43.43830.35030.4056
Hunter Lab65.9077-13.713022.6153
CIE-Lab71.8514-11.874427.1573

#adb57e color RGB value is (173,181,126).

#adb57e hex color red value is 173, green value is 181 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #adb57e hue: 0.19 , saturation: 0.27 and the lightness value of adb57e is 0.60.

The process color (four color CMYK) of #adb57e color hex is 0.04, 0.00, 0.30, 0.29. Web safe color of #adb57e is #99cc66. Color #adb57e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110101 01111110
Octal 255 265 176
Decimal 173 181 126
Hex AD B5 7E

RGB Percentages of Color #adb57e

%36.04
%37.71
%26.25

CMYK Percentages of Color #adb57e

%4
%0
%30
%29

Triadic Colors of #adb57e

#adb57e #7eadb5 #b57ead

Analogous Colors of #adb57e

#adb57e #92b57e #b5a27e

Monochromatic Colors of #adb57e

#adb57e

Complementary Color

#adb57e #867eb5

#adb57e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb57e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb57e Color CSS Codes

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

#adb57e Text Font Color

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

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


#adb57e Background Color

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

This div background color is #adb57e


#adb57e Border Color

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

This div border color is #adb57e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb57e


Comments

No comments written yet.

Please login to write comment.