Color Hex Logo

#adee2a Color Hex

#ADEE2A
(173,238,42)
0 Favorites   0 Comments

Color spaces of #adee2a

RGB 17323842
HSL0.220.850.55
HSV80°82°93°
CMYK 0.270.000.82   0.07
XYZ48.226070.200513.1988
Yxy70.20050.36640.5333
Hunter Lab83.7857-43.882749.3100
CIE-Lab87.0951-45.579378.7685

#adee2a color RGB value is (173,238,42).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101110 00101010
Octal 255 356 52
Decimal 173 238 42
Hex AD EE 2A

RGB Percentages of Color #adee2a

%38.19
%52.54
%9.27

CMYK Percentages of Color #adee2a

%27
%0
%82
%7

Triadic Colors of #adee2a

#adee2a #2aadee #ee2aad

Analogous Colors of #adee2a

#adee2a #4bee2a #eecd2a

Monochromatic Colors of #adee2a

#adee2a

Complementary Color

#adee2a #6b2aee

#adee2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adee2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adee2a Color CSS Codes

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

#adee2a Text Font Color

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

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


#adee2a Background Color

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

This div background color is #adee2a


#adee2a Border Color

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

This div border color is #adee2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adee2a


Comments

No comments written yet.

Please login to write comment.