Color Hex Logo

#abf872 Color Hex

#ABF872
(171,248,114)
0 Favorites   0 Comments

Color spaces of #abf872

RGB 171248114
HSL0.260.910.71
HSV94°54°97°
CMYK 0.310.000.54   0.03
XYZ53.399377.007627.9691
Yxy77.00760.33720.4862
Hunter Lab87.7540-44.950242.5308
CIE-Lab90.3251-45.723456.1829

#abf872 color RGB value is (171,248,114).

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

The process color (four color CMYK) of #abf872 color hex is 0.31, 0.00, 0.54, 0.03. Web safe color of #abf872 is #99ff66. Color #abf872 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 01110010
Octal 253 370 162
Decimal 171 248 114
Hex AB F8 72

RGB Percentages of Color #abf872

%32.08
%46.53
%21.39

CMYK Percentages of Color #abf872

%31
%0
%54
%3

Triadic Colors of #abf872

#abf872 #72abf8 #f872ab

Analogous Colors of #abf872

#abf872 #72f87c #eef872

Monochromatic Colors of #abf872

#abf872

Complementary Color

#abf872 #bf72f8

#abf872 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf872 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf872 Color CSS Codes

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

#abf872 Text Font Color

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

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


#abf872 Background Color

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

This div background color is #abf872


#abf872 Border Color

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

This div border color is #abf872


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf872


Comments

No comments written yet.

Please login to write comment.