Color Hex Logo

#adef7a Color Hex

#ADEF7A
(173,239,122)
0 Favorites   0 Comments

Color spaces of #adef7a

RGB 173239122
HSL0.260.790.71
HSV94°49°94°
CMYK 0.280.000.49   0.06
XYZ51.612972.022429.5938
Yxy72.02240.33680.4700
Hunter Lab84.8660-39.957338.7311
CIE-Lab87.9794-40.265449.7229

#adef7a color RGB value is (173,239,122).

#adef7a hex color red value is 173, green value is 239 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #adef7a hue: 0.26 , saturation: 0.79 and the lightness value of adef7a is 0.71.

The process color (four color CMYK) of #adef7a color hex is 0.28, 0.00, 0.49, 0.06. Web safe color of #adef7a is #99ff66. Color #adef7a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01111010
Octal 255 357 172
Decimal 173 239 122
Hex AD EF 7A

RGB Percentages of Color #adef7a

%32.40
%44.76
%22.85

CMYK Percentages of Color #adef7a

%28
%0
%49
%6

Triadic Colors of #adef7a

#adef7a #7aadef #ef7aad

Analogous Colors of #adef7a

#adef7a #7aef82 #e8ef7a

Monochromatic Colors of #adef7a

#adef7a

Complementary Color

#adef7a #bc7aef

#adef7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef7a Color CSS Codes

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

#adef7a Text Font Color

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

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


#adef7a Background Color

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

This div background color is #adef7a


#adef7a Border Color

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

This div border color is #adef7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef7a


Comments

No comments written yet.

Please login to write comment.