Color Hex Logo

#abc70e Color Hex

#ABC70E
(171,199,14)
0 Favorites   0 Comments

Color spaces of #abc70e

RGB 17119914
HSL0.190.870.42
HSV69°93°78°
CMYK 0.140.000.93   0.22
XYZ37.297349.53658.0112
Yxy49.53650.39320.5223
Hunter Lab70.3822-28.577142.5189
CIE-Lab75.7839-29.562474.4419

#abc70e color RGB value is (171,199,14).

#abc70e hex color red value is 171, green value is 199 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #abc70e hue: 0.19 , saturation: 0.87 and the lightness value of abc70e is 0.42.

The process color (four color CMYK) of #abc70e color hex is 0.14, 0.00, 0.93, 0.22. Web safe color of #abc70e is #99cc00. Color #abc70e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 00001110
Octal 253 307 16
Decimal 171 199 14
Hex AB C7 E

RGB Percentages of Color #abc70e

%44.53
%51.82
%3.65

CMYK Percentages of Color #abc70e

%14
%0
%93
%22

Triadic Colors of #abc70e

#abc70e #0eabc7 #c70eab

Analogous Colors of #abc70e

#abc70e #4fc70e #c7870e

Monochromatic Colors of #abc70e

#abc70e

Complementary Color

#abc70e #2a0ec7

#abc70e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc70e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc70e Color CSS Codes

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

#abc70e Text Font Color

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

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


#abc70e Background Color

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

This div background color is #abc70e


#abc70e Border Color

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

This div border color is #abc70e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,199,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc70e


Comments

No comments written yet.

Please login to write comment.