Color Hex Logo

#abf107 Color Hex

#ABF107
(171,241,7)
0 Favorites   0 Comments

Color spaces of #abf107

RGB 1712417
HSL0.220.940.49
HSV78°97°95°
CMYK 0.290.000.97   0.05
XYZ48.288271.583911.4730
Yxy71.58390.36760.5450
Hunter Lab84.6073-46.186851.1852
CIE-Lab87.7679-48.308084.4456

#abf107 color RGB value is (171,241,7).

#abf107 hex color red value is 171, green value is 241 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #abf107 hue: 0.22 , saturation: 0.94 and the lightness value of abf107 is 0.49.

The process color (four color CMYK) of #abf107 color hex is 0.29, 0.00, 0.97, 0.05. Web safe color of #abf107 is #99ff00. Color #abf107 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110001 00000111
Octal 253 361 7
Decimal 171 241 7
Hex AB F1 7

RGB Percentages of Color #abf107

%40.81
%57.52
%1.67

CMYK Percentages of Color #abf107

%29
%0
%97
%5

Triadic Colors of #abf107

#abf107 #07abf1 #f107ab

Analogous Colors of #abf107

#abf107 #36f107 #f1c207

Monochromatic Colors of #abf107

#abf107

Complementary Color

#abf107 #4d07f1

#abf107 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf107 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf107 Color CSS Codes

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

#abf107 Text Font Color

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

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


#abf107 Background Color

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

This div background color is #abf107


#abf107 Border Color

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

This div border color is #abf107


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf107


Comments

No comments written yet.

Please login to write comment.