Color Hex Logo

#abfc72 Color Hex

#ABFC72
(171,252,114)
0 Favorites   0 Comments

Color spaces of #abfc72

RGB 171252114
HSL0.260.960.72
HSV95°55°99°
CMYK 0.320.000.55   0.01
XYZ54.642379.493628.3834
Yxy79.49360.33620.4891
Hunter Lab89.1592-46.632743.5367
CIE-Lab91.4572-47.426257.5100

#abfc72 color RGB value is (171,252,114).

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

The process color (four color CMYK) of #abfc72 color hex is 0.32, 0.00, 0.55, 0.01. Web safe color of #abfc72 is #99ff66. Color #abfc72 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 01110010
Octal 253 374 162
Decimal 171 252 114
Hex AB FC 72

RGB Percentages of Color #abfc72

%31.84
%46.93
%21.23

CMYK Percentages of Color #abfc72

%32
%0
%55
%1

Triadic Colors of #abfc72

#abfc72 #72abfc #fc72ab

Analogous Colors of #abfc72

#abfc72 #72fc7e #f0fc72

Monochromatic Colors of #abfc72

#abfc72

Complementary Color

#abfc72 #c372fc

#abfc72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc72 Color CSS Codes

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

#abfc72 Text Font Color

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

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


#abfc72 Background Color

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

This div background color is #abfc72


#abfc72 Border Color

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

This div border color is #abfc72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc72


Comments

No comments written yet.

Please login to write comment.