Color Hex Logo

#adea2e Color Hex

#ADEA2E
(173,234,46)
0 Favorites   0 Comments

Color spaces of #adea2e

RGB 17323446
HSL0.220.820.55
HSV79°80°92°
CMYK 0.260.000.80   0.08
XYZ47.149567.927113.2110
Yxy67.92710.36750.5295
Hunter Lab82.4179-42.115348.1888
CIE-Lab85.9700-43.719376.7982

#adea2e color RGB value is (173,234,46).

#adea2e hex color red value is 173, green value is 234 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #adea2e hue: 0.22 , saturation: 0.82 and the lightness value of adea2e is 0.55.

The process color (four color CMYK) of #adea2e color hex is 0.26, 0.00, 0.80, 0.08. Web safe color of #adea2e is #99ff33. Color #adea2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101010 00101110
Octal 255 352 56
Decimal 173 234 46
Hex AD EA 2E

RGB Percentages of Color #adea2e

%38.19
%51.66
%10.15

CMYK Percentages of Color #adea2e

%26
%0
%80
%8

Triadic Colors of #adea2e

#adea2e #2eadea #ea2ead

Analogous Colors of #adea2e

#adea2e #4fea2e #eac92e

Monochromatic Colors of #adea2e

#adea2e

Complementary Color

#adea2e #6b2eea

#adea2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adea2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#adea2e Color CSS Codes

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

#adea2e Text Font Color

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

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


#adea2e Background Color

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

This div background color is #adea2e


#adea2e Border Color

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

This div border color is #adea2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adea2e


Comments

No comments written yet.

Please login to write comment.