Color Hex Logo

#adef70 Color Hex

#ADEF70
(173,239,112)
0 Favorites   0 Comments

Color spaces of #adef70

RGB 173239112
HSL0.250.800.69
HSV91°53°94°
CMYK 0.280.000.53   0.06
XYZ51.024771.787126.4962
Yxy71.78710.34170.4808
Hunter Lab84.7273-40.775940.7677
CIE-Lab87.8660-41.332354.2152

#adef70 color RGB value is (173,239,112).

#adef70 hex color red value is 173, green value is 239 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #adef70 hue: 0.25 , saturation: 0.80 and the lightness value of adef70 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101111 01110000
Octal 255 357 160
Decimal 173 239 112
Hex AD EF 70

RGB Percentages of Color #adef70

%33.02
%45.61
%21.37

CMYK Percentages of Color #adef70

%28
%0
%53
%6

Triadic Colors of #adef70

#adef70 #70adef #ef70ad

Analogous Colors of #adef70

#adef70 #70ef73 #edef70

Monochromatic Colors of #adef70

#adef70

Complementary Color

#adef70 #b270ef

#adef70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#adef70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#adef70 Color CSS Codes

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

#adef70 Text Font Color

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

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


#adef70 Background Color

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

This div background color is #adef70


#adef70 Border Color

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

This div border color is #adef70


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #adef70


Comments

No comments written yet.

Please login to write comment.