Color Hex Logo

#adef80 Color Hex

#ADEF80
(173,239,128)
0 Favorites   0 Comments

Color spaces of #adef80

RGB 173239128
HSL0.270.780.72
HSV96°46°94°
CMYK 0.280.000.46   0.06
XYZ51.996472.175831.6129
Yxy72.17580.33380.4633
Hunter Lab84.9563-39.425037.4072
CIE-Lab88.0531-39.575646.9684

#adef80 color RGB value is (173,239,128).

#adef80 hex color red value is 173, green value is 239 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #adef80 hue: 0.27 , saturation: 0.78 and the lightness value of adef80 is 0.72.

The process color (four color CMYK) of #adef80 color hex is 0.28, 0.00, 0.46, 0.06. Web safe color of #adef80 is #99ff99. Color #adef80 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 10000000
Octal 255 357 200
Decimal 173 239 128
Hex AD EF 80

RGB Percentages of Color #adef80

%32.04
%44.26
%23.70

CMYK Percentages of Color #adef80

%28
%0
%46
%6

Triadic Colors of #adef80

#adef80 #80adef #ef80ad

Analogous Colors of #adef80

#adef80 #80ef8b #e5ef80

Monochromatic Colors of #adef80

#adef80

Complementary Color

#adef80 #c280ef

#adef80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef80 Color CSS Codes

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

#adef80 Text Font Color

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

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


#adef80 Background Color

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

This div background color is #adef80


#adef80 Border Color

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

This div border color is #adef80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef80


Comments

No comments written yet.

Please login to write comment.