Color Hex Logo

#abf60e Color Hex

#ABF60E
(171,246,14)
0 Favorites   0 Comments

Color spaces of #abf60e

RGB 17124614
HSL0.220.930.51
HSV79°94°96°
CMYK 0.300.000.94   0.04
XYZ49.829674.601212.1886
Yxy74.60120.36470.5461
Hunter Lab86.3720-48.171052.0935
CIE-Lab89.2059-50.305385.0003

#abf60e color RGB value is (171,246,14).

#abf60e hex color red value is 171, green value is 246 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #abf60e hue: 0.22 , saturation: 0.93 and the lightness value of abf60e is 0.51.

The process color (four color CMYK) of #abf60e color hex is 0.30, 0.00, 0.94, 0.04. Web safe color of #abf60e is #99ff00. Color #abf60e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110110 00001110
Octal 253 366 16
Decimal 171 246 14
Hex AB F6 E

RGB Percentages of Color #abf60e

%39.68
%57.08
%3.25

CMYK Percentages of Color #abf60e

%30
%0
%94
%4

Triadic Colors of #abf60e

#abf60e #0eabf6 #f60eab

Analogous Colors of #abf60e

#abf60e #37f60e #f6cd0e

Monochromatic Colors of #abf60e

#abf60e

Complementary Color

#abf60e #590ef6

#abf60e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf60e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf60e Color CSS Codes

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

#abf60e Text Font Color

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

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


#abf60e Background Color

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

This div background color is #abf60e


#abf60e Border Color

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

This div border color is #abf60e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf60e


Comments

No comments written yet.

Please login to write comment.