Color Hex Logo

#abe70f Color Hex

#ABE70F
(171,231,15)
0 Favorites   0 Comments

Color spaces of #abe70f

RGB 17123115
HSL0.210.880.48
HSV77°94°91°
CMYK 0.260.000.94   0.09
XYZ45.456765.844210.7653
Yxy65.84420.37240.5394
Hunter Lab81.1444-42.008048.9352
CIE-Lab84.9169-43.974881.5137

#abe70f color RGB value is (171,231,15).

#abe70f hex color red value is 171, green value is 231 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #abe70f hue: 0.21 , saturation: 0.88 and the lightness value of abe70f is 0.48.

The process color (four color CMYK) of #abe70f color hex is 0.26, 0.00, 0.94, 0.09. Web safe color of #abe70f is #99ff00. Color #abe70f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100111 00001111
Octal 253 347 17
Decimal 171 231 15
Hex AB E7 F

RGB Percentages of Color #abe70f

%41.01
%55.40
%3.60

CMYK Percentages of Color #abe70f

%26
%0
%94
%9

Triadic Colors of #abe70f

#abe70f #0fabe7 #e70fab

Analogous Colors of #abe70f

#abe70f #3fe70f #e7b70f

Monochromatic Colors of #abe70f

#abe70f

Complementary Color

#abe70f #4b0fe7

#abe70f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe70f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe70f Color CSS Codes

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

#abe70f Text Font Color

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

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


#abe70f Background Color

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

This div background color is #abe70f


#abe70f Border Color

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

This div border color is #abe70f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe70f


Comments

No comments written yet.

Please login to write comment.