Color Hex Logo

#abf056 Color Hex

#ABF056
(171,240,86)
0 Favorites   0 Comments

Color spaces of #abf056

RGB 17124086
HSL0.240.840.64
HSV87°64°94°
CMYK 0.290.000.64   0.06
XYZ49.634471.650020.0179
Yxy71.65000.35130.5071
Hunter Lab84.6463-43.463345.2310
CIE-Lab87.7998-44.772065.2420

#abf056 color RGB value is (171,240,86).

#abf056 hex color red value is 171, green value is 240 and the blue value of its RGB is 86. Cylindrical-coordinate representations (also known as HSL) of color #abf056 hue: 0.24 , saturation: 0.84 and the lightness value of abf056 is 0.64.

The process color (four color CMYK) of #abf056 color hex is 0.29, 0.00, 0.64, 0.06. Web safe color of #abf056 is #99ff66. Color #abf056 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 01010110
Octal 253 360 126
Decimal 171 240 86
Hex AB F0 56

RGB Percentages of Color #abf056

%34.41
%48.29
%17.30

CMYK Percentages of Color #abf056

%29
%0
%64
%6

Triadic Colors of #abf056

#abf056 #56abf0 #f056ab

Analogous Colors of #abf056

#abf056 #5ef056 #f0e856

Monochromatic Colors of #abf056

#abf056

Complementary Color

#abf056 #9b56f0

#abf056 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf056 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf056 Color CSS Codes

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

#abf056 Text Font Color

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

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


#abf056 Background Color

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

This div background color is #abf056


#abf056 Border Color

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

This div border color is #abf056


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf056


Comments

No comments written yet.

Please login to write comment.