Color Hex Logo

#abf570 Color Hex

#ABF570
(171,245,112)
0 Favorites   0 Comments

Color spaces of #abf570

RGB 171245112
HSL0.260.870.70
HSV93°54°96°
CMYK 0.300.000.54   0.04
XYZ52.371675.132627.0710
Yxy75.13260.33880.4861
Hunter Lab86.6791-43.838442.1583
CIE-Lab89.4551-44.637156.0584

#abf570 color RGB value is (171,245,112).

#abf570 hex color red value is 171, green value is 245 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #abf570 hue: 0.26 , saturation: 0.87 and the lightness value of abf570 is 0.70.

The process color (four color CMYK) of #abf570 color hex is 0.30, 0.00, 0.54, 0.04. Web safe color of #abf570 is #99ff66. Color #abf570 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 01110000
Octal 253 365 160
Decimal 171 245 112
Hex AB F5 70

RGB Percentages of Color #abf570

%32.39
%46.40
%21.21

CMYK Percentages of Color #abf570

%30
%0
%54
%4

Triadic Colors of #abf570

#abf570 #70abf5 #f570ab

Analogous Colors of #abf570

#abf570 #70f578 #eef570

Monochromatic Colors of #abf570

#abf570

Complementary Color

#abf570 #ba70f5

#abf570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf570 Color CSS Codes

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

#abf570 Text Font Color

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

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


#abf570 Background Color

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

This div background color is #abf570


#abf570 Border Color

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

This div border color is #abf570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf570


Comments

No comments written yet.

Please login to write comment.