Color Hex Logo

#abfc2d Color Hex

#ABFC2D
(171,252,45)
0 Favorites   0 Comments

Color spaces of #abfc2d

RGB 17125245
HSL0.230.970.58
HSV83°82°99°
CMYK 0.320.000.82   0.01
XYZ52.078678.468214.8837
Yxy78.46820.35810.5396
Hunter Lab88.5823-50.076752.0456
CIE-Lab90.9931-52.032581.4449

#abfc2d color RGB value is (171,252,45).

#abfc2d hex color red value is 171, green value is 252 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #abfc2d hue: 0.23 , saturation: 0.97 and the lightness value of abfc2d is 0.58.

The process color (four color CMYK) of #abfc2d color hex is 0.32, 0.00, 0.82, 0.01. Web safe color of #abfc2d is #99ff33. Color #abfc2d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 00101101
Octal 253 374 55
Decimal 171 252 45
Hex AB FC 2D

RGB Percentages of Color #abfc2d

%36.54
%53.85
%9.62

CMYK Percentages of Color #abfc2d

%32
%0
%82
%1

Triadic Colors of #abfc2d

#abfc2d #2dabfc #fc2dab

Analogous Colors of #abfc2d

#abfc2d #44fc2d #fce62d

Monochromatic Colors of #abfc2d

#abfc2d

Complementary Color

#abfc2d #7e2dfc

#abfc2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc2d Color CSS Codes

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

#abfc2d Text Font Color

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

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


#abfc2d Background Color

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

This div background color is #abfc2d


#abfc2d Border Color

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

This div border color is #abfc2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc2d


Comments

No comments written yet.

Please login to write comment.