Color Hex Logo

#abf014 Color Hex

#ABF014
(171,240,20)
0 Favorites   0 Comments

Color spaces of #abf014

RGB 17124020
HSL0.220.880.51
HSV79°92°94°
CMYK 0.290.000.92   0.06
XYZ48.080971.028611.8376
Yxy71.02860.36720.5424
Hunter Lab84.2785-45.653050.6672
CIE-Lab87.4989-47.720282.9916

#abf014 color RGB value is (171,240,20).

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

The process color (four color CMYK) of #abf014 color hex is 0.29, 0.00, 0.92, 0.06. Web safe color of #abf014 is #99ff00. Color #abf014 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 00010100
Octal 253 360 24
Decimal 171 240 20
Hex AB F0 14

RGB Percentages of Color #abf014

%39.68
%55.68
%4.64

CMYK Percentages of Color #abf014

%29
%0
%92
%6

Triadic Colors of #abf014

#abf014 #14abf0 #f014ab

Analogous Colors of #abf014

#abf014 #3df014 #f0c714

Monochromatic Colors of #abf014

#abf014

Complementary Color

#abf014 #5914f0

#abf014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf014 Color CSS Codes

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

#abf014 Text Font Color

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

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


#abf014 Background Color

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

This div background color is #abf014


#abf014 Border Color

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

This div border color is #abf014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf014


Comments

No comments written yet.

Please login to write comment.