Color Hex Logo

#adbe2e Color Hex

#ADBE2E
(173,190,46)
0 Favorites   0 Comments

Color spaces of #adbe2e

RGB 17319046
HSL0.190.610.46
HSV67°76°75°
CMYK 0.090.000.76   0.25
XYZ36.140245.90849.5412
Yxy45.90840.39460.5012
Hunter Lab67.7557-23.362539.0799
CIE-Lab73.4861-23.483365.4526

#adbe2e color RGB value is (173,190,46).

#adbe2e hex color red value is 173, green value is 190 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #adbe2e hue: 0.19 , saturation: 0.61 and the lightness value of adbe2e is 0.46.

The process color (four color CMYK) of #adbe2e color hex is 0.09, 0.00, 0.76, 0.25. Web safe color of #adbe2e is #99cc33. Color #adbe2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 10111110 00101110
Octal 255 276 56
Decimal 173 190 46
Hex AD BE 2E

RGB Percentages of Color #adbe2e

%42.30
%46.45
%11.25

CMYK Percentages of Color #adbe2e

%9
%0
%76
%25

Triadic Colors of #adbe2e

#adbe2e #2eadbe #be2ead

Analogous Colors of #adbe2e

#adbe2e #65be2e #be872e

Monochromatic Colors of #adbe2e

#adbe2e

Complementary Color

#adbe2e #3f2ebe

#adbe2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adbe2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adbe2e Color CSS Codes

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

#adbe2e Text Font Color

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

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


#adbe2e Background Color

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

This div background color is #adbe2e


#adbe2e Border Color

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

This div border color is #adbe2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adbe2e


Comments

No comments written yet.

Please login to write comment.