Color Hex Logo

#abfc3d Color Hex

#ABFC3D
(171,252,61)
0 Favorites   0 Comments

Color spaces of #abfc3d

RGB 17125261
HSL0.240.970.61
HSV85°76°99°
CMYK 0.320.000.76   0.01
XYZ52.447378.615716.8250
Yxy78.61570.35460.5316
Hunter Lab88.6655-49.578550.8151
CIE-Lab91.0601-51.358177.2629

#abfc3d color RGB value is (171,252,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111100 00111101
Octal 253 374 75
Decimal 171 252 61
Hex AB FC 3D

RGB Percentages of Color #abfc3d

%35.33
%52.07
%12.60

CMYK Percentages of Color #abfc3d

%32
%0
%76
%1

Triadic Colors of #abfc3d

#abfc3d #3dabfc #fc3dab

Analogous Colors of #abfc3d

#abfc3d #4bfc3d #fcee3d

Monochromatic Colors of #abfc3d

#abfc3d

Complementary Color

#abfc3d #8e3dfc

#abfc3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfc3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfc3d Color CSS Codes

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

#abfc3d Text Font Color

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

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


#abfc3d Background Color

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

This div background color is #abfc3d


#abfc3d Border Color

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

This div border color is #abfc3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfc3d


Comments

No comments written yet.

Please login to write comment.