Color Hex Logo

#abf016 Color Hex

#ABF016
(171,240,22)
0 Favorites   0 Comments

Color spaces of #abf016

RGB 17124022
HSL0.220.880.51
HSV79°91°94°
CMYK 0.290.000.91   0.06
XYZ48.099571.036011.9353
Yxy71.03600.36700.5420
Hunter Lab84.2829-45.626650.6019
CIE-Lab87.5025-47.684382.7359

#abf016 color RGB value is (171,240,22).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 00010110
Octal 253 360 26
Decimal 171 240 22
Hex AB F0 16

RGB Percentages of Color #abf016

%39.49
%55.43
%5.08

CMYK Percentages of Color #abf016

%29
%0
%91
%6

Triadic Colors of #abf016

#abf016 #16abf0 #f016ab

Analogous Colors of #abf016

#abf016 #3ef016 #f0c816

Monochromatic Colors of #abf016

#abf016

Complementary Color

#abf016 #5b16f0

#abf016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf016 Color CSS Codes

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

#abf016 Text Font Color

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

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


#abf016 Background Color

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

This div background color is #abf016


#abf016 Border Color

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

This div border color is #abf016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf016


Comments

No comments written yet.

Please login to write comment.