Color Hex Logo

#abfa61 Color Hex

#ABFA61
(171,250,97)
0 Favorites   0 Comments

Color spaces of #abfa61

RGB 17125097
HSL0.250.940.68
HSV91°61°98°
CMYK 0.320.000.61   0.02
XYZ53.137977.892223.5433
Yxy77.89220.34380.5039
Hunter Lab88.2566-46.976945.9634
CIE-Lab90.7307-48.145963.9767

#abfa61 color RGB value is (171,250,97).

#abfa61 hex color red value is 171, green value is 250 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #abfa61 hue: 0.25 , saturation: 0.94 and the lightness value of abfa61 is 0.68.

The process color (four color CMYK) of #abfa61 color hex is 0.32, 0.00, 0.61, 0.02. Web safe color of #abfa61 is #99ff66. Color #abfa61 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111010 01100001
Octal 253 372 141
Decimal 171 250 97
Hex AB FA 61

RGB Percentages of Color #abfa61

%33.01
%48.26
%18.73

CMYK Percentages of Color #abfa61

%32
%0
%61
%2

Triadic Colors of #abfa61

#abfa61 #61abfa #fa61ab

Analogous Colors of #abfa61

#abfa61 #61fa64 #f8fa61

Monochromatic Colors of #abfa61

#abfa61

Complementary Color

#abfa61 #b061fa

#abfa61 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfa61 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfa61 Color CSS Codes

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

#abfa61 Text Font Color

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

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


#abfa61 Background Color

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

This div background color is #abfa61


#abfa61 Border Color

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

This div border color is #abfa61


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfa61

Related Colors


Comments

No comments written yet.

Please login to write comment.