Color Hex Logo

#abfd1e Color Hex

#ABFD1E
(171,253,30)
0 Favorites   0 Comments

Color spaces of #abfd1e

RGB 17125330
HSL0.230.980.55
HSV82°88°99°
CMYK 0.320.000.88   0.01
XYZ52.154279.002213.7284
Yxy79.00220.36000.5453
Hunter Lab88.8832-50.806753.0606
CIE-Lab91.2353-52.878484.6002

#abfd1e color RGB value is (171,253,30).

#abfd1e hex color red value is 171, green value is 253 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #abfd1e hue: 0.23 , saturation: 0.98 and the lightness value of abfd1e is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 00011110
Octal 253 375 36
Decimal 171 253 30
Hex AB FD 1E

RGB Percentages of Color #abfd1e

%37.67
%55.73
%6.61

CMYK Percentages of Color #abfd1e

%32
%0
%88
%1

Triadic Colors of #abfd1e

#abfd1e #1eabfd #fd1eab

Analogous Colors of #abfd1e

#abfd1e #3cfd1e #fde01e

Monochromatic Colors of #abfd1e

#abfd1e

Complementary Color

#abfd1e #701efd

#abfd1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd1e Color CSS Codes

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

#abfd1e Text Font Color

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

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


#abfd1e Background Color

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

This div background color is #abfd1e


#abfd1e Border Color

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

This div border color is #abfd1e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd1e

Related Colors


Comments

No comments written yet.

Please login to write comment.