Color Hex Logo

#abf961 Color Hex

#ABF961
(171,249,97)
0 Favorites   0 Comments

Color spaces of #abf961

RGB 17124997
HSL0.250.930.68
HSV91°61°98°
CMYK 0.310.000.61   0.02
XYZ52.827977.272423.4400
Yxy77.27240.34410.5033
Hunter Lab87.9047-46.560545.7235
CIE-Lab90.4468-47.725063.6631

#abf961 color RGB value is (171,249,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111001 01100001
Octal 253 371 141
Decimal 171 249 97
Hex AB F9 61

RGB Percentages of Color #abf961

%33.08
%48.16
%18.76

CMYK Percentages of Color #abf961

%31
%0
%61
%2

Triadic Colors of #abf961

#abf961 #61abf9 #f961ab

Analogous Colors of #abf961

#abf961 #61f963 #f7f961

Monochromatic Colors of #abf961

#abf961

Complementary Color

#abf961 #af61f9

#abf961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf961 Color CSS Codes

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

#abf961 Text Font Color

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

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


#abf961 Background Color

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

This div background color is #abf961


#abf961 Border Color

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

This div border color is #abf961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf961


Comments

No comments written yet.

Please login to write comment.