Color Hex Logo

#adb37e Color Hex

#ADB37E
(173,179,126)
0 Favorites   0 Comments

Color spaces of #adb37e

RGB 173179126
HSL0.190.260.60
HSV67°30°70°
CMYK 0.030.000.30   0.30
XYZ37.119642.630826.0108
Yxy42.63080.35100.4031
Hunter Lab65.2923-12.781622.0849
CIE-Lab71.3037-10.833426.4266

#adb37e color RGB value is (173,179,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 10110011 01111110
Octal 255 263 176
Decimal 173 179 126
Hex AD B3 7E

RGB Percentages of Color #adb37e

%36.19
%37.45
%26.36

CMYK Percentages of Color #adb37e

%3
%0
%30
%30

Triadic Colors of #adb37e

#adb37e #7eadb3 #b37ead

Analogous Colors of #adb37e

#adb37e #93b37e #b39f7e

Monochromatic Colors of #adb37e

#adb37e

Complementary Color

#adb37e #847eb3

#adb37e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adb37e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adb37e Color CSS Codes

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

#adb37e Text Font Color

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

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


#adb37e Background Color

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

This div background color is #adb37e


#adb37e Border Color

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

This div border color is #adb37e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adb37e


Comments

No comments written yet.

Please login to write comment.