Color Hex Logo

#abf574 Color Hex

#ABF574
(171,245,116)
0 Favorites   0 Comments

Color spaces of #abf574

RGB 171245116
HSL0.260.870.71
HSV94°53°96°
CMYK 0.300.000.53   0.04
XYZ52.599475.223728.2703
Yxy75.22370.33700.4819
Hunter Lab86.7316-43.526941.3864
CIE-Lab89.4977-44.227354.3015

#abf574 color RGB value is (171,245,116).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 01110100
Octal 253 365 164
Decimal 171 245 116
Hex AB F5 74

RGB Percentages of Color #abf574

%32.14
%46.05
%21.80

CMYK Percentages of Color #abf574

%30
%0
%53
%4

Triadic Colors of #abf574

#abf574 #74abf5 #f574ab

Analogous Colors of #abf574

#abf574 #74f57e #ecf574

Monochromatic Colors of #abf574

#abf574

Complementary Color

#abf574 #be74f5

#abf574 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf574 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf574 Color CSS Codes

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

#abf574 Text Font Color

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

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


#abf574 Background Color

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

This div background color is #abf574


#abf574 Border Color

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

This div border color is #abf574


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf574


Comments

No comments written yet.

Please login to write comment.