Color Hex Logo

#adef60 Color Hex

#ADEF60
(173,239,96)
0 Favorites   0 Comments

Color spaces of #adef60

RGB 17323996
HSL0.240.820.66
HSV88°60°94°
CMYK 0.280.000.60   0.06
XYZ50.211471.461822.2134
Yxy71.46180.34900.4967
Hunter Lab84.5351-41.912543.5948
CIE-Lab87.7089-42.825761.0709

#adef60 color RGB value is (173,239,96).

#adef60 hex color red value is 173, green value is 239 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #adef60 hue: 0.24 , saturation: 0.82 and the lightness value of adef60 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01100000
Octal 255 357 140
Decimal 173 239 96
Hex AD EF 60

RGB Percentages of Color #adef60

%34.06
%47.05
%18.90

CMYK Percentages of Color #adef60

%28
%0
%60
%6

Triadic Colors of #adef60

#adef60 #60adef #ef60ad

Analogous Colors of #adef60

#adef60 #66ef60 #efea60

Monochromatic Colors of #adef60

#adef60

Complementary Color

#adef60 #a260ef

#adef60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef60 Color CSS Codes

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

#adef60 Text Font Color

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

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


#adef60 Background Color

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

This div background color is #adef60


#adef60 Border Color

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

This div border color is #adef60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef60


Comments

No comments written yet.

Please login to write comment.