Color Hex Logo

#ade970 Color Hex

#ADE970
(173,233,112)
0 Favorites   0 Comments

Color spaces of #ade970

RGB 173233112
HSL0.250.730.68
HSV90°52°91°
CMYK 0.260.000.52   0.09
XYZ49.297168.331925.9204
Yxy68.33190.34340.4760
Hunter Lab82.6631-38.209939.2728
CIE-Lab86.1721-38.670252.2058

#ade970 color RGB value is (173,233,112).

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

The process color (four color CMYK) of #ade970 color hex is 0.26, 0.00, 0.52, 0.09. Web safe color of #ade970 is #99ff66. Color #ade970 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101101 11101001 01110000
Octal 255 351 160
Decimal 173 233 112
Hex AD E9 70

RGB Percentages of Color #ade970

%33.40
%44.98
%21.62

CMYK Percentages of Color #ade970

%26
%0
%52
%9

Triadic Colors of #ade970

#ade970 #70ade9 #e970ad

Analogous Colors of #ade970

#ade970 #71e970 #e9e970

Monochromatic Colors of #ade970

#ade970

Complementary Color

#ade970 #ac70e9

#ade970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ade970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ade970 Color CSS Codes

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

#ade970 Text Font Color

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

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


#ade970 Background Color

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

This div background color is #ade970


#ade970 Border Color

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

This div border color is #ade970


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(173,233,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 #ade970">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ade970


Comments

No comments written yet.

Please login to write comment.