Color Hex Logo

#adbe7e Color Hex

#ADBE7E
(173,190,126)
0 Favorites   0 Comments

Color spaces of #adbe7e

RGB 173190126
HSL0.210.330.62
HSV76°34°75°
CMYK 0.090.000.34   0.25
XYZ39.412947.217526.7753
Yxy47.21750.34750.4164
Hunter Lab68.7150-17.868924.9977
CIE-Lab74.3287-16.495630.4380

#adbe7e color RGB value is (173,190,126).

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

The process color (four color CMYK) of #adbe7e color hex is 0.09, 0.00, 0.34, 0.25. Web safe color of #adbe7e is #99cc66. Color #adbe7e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 01111110
Octal 255 276 176
Decimal 173 190 126
Hex AD BE 7E

RGB Percentages of Color #adbe7e

%35.38
%38.85
%25.77

CMYK Percentages of Color #adbe7e

%9
%0
%34
%25

Triadic Colors of #adbe7e

#adbe7e #7eadbe #be7ead

Analogous Colors of #adbe7e

#adbe7e #8dbe7e #beaf7e

Monochromatic Colors of #adbe7e

#adbe7e

Complementary Color

#adbe7e #8f7ebe

#adbe7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe7e Color CSS Codes

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

#adbe7e Text Font Color

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

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


#adbe7e Background Color

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

This div background color is #adbe7e


#adbe7e Border Color

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

This div border color is #adbe7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe7e


Comments

No comments written yet.

Please login to write comment.