Color Hex Logo

#abe970 Color Hex

#ABE970
(171,233,112)
0 Favorites   0 Comments

Color spaces of #abe970

RGB 171233112
HSL0.250.730.68
HSV91°52°91°
CMYK 0.270.000.52   0.09
XYZ48.858168.105625.8998
Yxy68.10560.34200.4767
Hunter Lab82.5261-38.743039.1608
CIE-Lab86.0592-39.379552.0440

#abe970 color RGB value is (171,233,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101001 01110000
Octal 253 351 160
Decimal 171 233 112
Hex AB E9 70

RGB Percentages of Color #abe970

%33.14
%45.16
%21.71

CMYK Percentages of Color #abe970

%27
%0
%52
%9

Triadic Colors of #abe970

#abe970 #70abe9 #e970ab

Analogous Colors of #abe970

#abe970 #70e972 #e8e970

Monochromatic Colors of #abe970

#abe970

Complementary Color

#abe970 #ae70e9

#abe970 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe970 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe970 Color CSS Codes

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

#abe970 Text Font Color

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

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


#abe970 Background Color

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

This div background color is #abe970


#abe970 Border Color

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

This div border color is #abe970


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe970


Comments

No comments written yet.

Please login to write comment.