Color Hex Logo

#aded2e Color Hex

#ADED2E
(173,237,46)
0 Favorites   0 Comments

Color spaces of #aded2e

RGB 17323746
HSL0.220.840.55
HSV80°81°93°
CMYK 0.270.000.81   0.07
XYZ48.010969.649913.4981
Yxy69.64990.36610.5310
Hunter Lab83.4565-43.361348.8301
CIE-Lab86.8249-45.008377.5600

#aded2e color RGB value is (173,237,46).

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

The process color (four color CMYK) of #aded2e color hex is 0.27, 0.00, 0.81, 0.07. Web safe color of #aded2e is #99ff33. Color #aded2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101101 00101110
Octal 255 355 56
Decimal 173 237 46
Hex AD ED 2E

RGB Percentages of Color #aded2e

%37.94
%51.97
%10.09

CMYK Percentages of Color #aded2e

%27
%0
%81
%7

Triadic Colors of #aded2e

#aded2e #2eaded #ed2ead

Analogous Colors of #aded2e

#aded2e #4ded2e #edce2e

Monochromatic Colors of #aded2e

#aded2e

Complementary Color

#aded2e #6e2eed

#aded2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aded2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aded2e Color CSS Codes

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

#aded2e Text Font Color

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

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


#aded2e Background Color

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

This div background color is #aded2e


#aded2e Border Color

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

This div border color is #aded2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aded2e


Comments

No comments written yet.

Please login to write comment.