Color Hex Logo

#abfe3d Color Hex

#ABFE3D
(171,254,61)
0 Favorites   0 Comments

Color spaces of #abfe3d

RGB 17125461
HSL0.240.990.62
HSV86°76°100°
CMYK 0.330.000.76   0.00
XYZ53.078779.878517.0354
Yxy79.87850.35390.5325
Hunter Lab89.3748-50.396751.2613
CIE-Lab91.6303-52.176677.8005

#abfe3d color RGB value is (171,254,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111110 00111101
Octal 253 376 75
Decimal 171 254 61
Hex AB FE 3D

RGB Percentages of Color #abfe3d

%35.19
%52.26
%12.55

CMYK Percentages of Color #abfe3d

%33
%0
%76
%0

Triadic Colors of #abfe3d

#abfe3d #3dabfe #fe3dab

Analogous Colors of #abfe3d

#abfe3d #4afe3d #fef13d

Monochromatic Colors of #abfe3d

#abfe3d

Complementary Color

#abfe3d #903dfe

#abfe3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfe3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfe3d Color CSS Codes

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

#abfe3d Text Font Color

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

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


#abfe3d Background Color

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

This div background color is #abfe3d


#abfe3d Border Color

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

This div border color is #abfe3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfe3d


Comments

No comments written yet.

Please login to write comment.