Color Hex Logo

#abfd3f Color Hex

#ABFD3F
(171,253,63)
0 Favorites   0 Comments

Color spaces of #abfd3f

RGB 17125363
HSL0.240.980.62
HSV86°75°99°
CMYK 0.320.000.75   0.01
XYZ52.817179.267417.2190
Yxy79.26740.35380.5309
Hunter Lab89.0322-49.913950.8558
CIE-Lab91.3551-51.668176.9402

#abfd3f color RGB value is (171,253,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111101 00111111
Octal 253 375 77
Decimal 171 253 63
Hex AB FD 3F

RGB Percentages of Color #abfd3f

%35.11
%51.95
%12.94

CMYK Percentages of Color #abfd3f

%32
%0
%75
%1

Triadic Colors of #abfd3f

#abfd3f #3fabfd #fd3fab

Analogous Colors of #abfd3f

#abfd3f #4cfd3f #fdf03f

Monochromatic Colors of #abfd3f

#abfd3f

Complementary Color

#abfd3f #913ffd

#abfd3f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfd3f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfd3f Color CSS Codes

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

#abfd3f Text Font Color

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

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


#abfd3f Background Color

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

This div background color is #abfd3f


#abfd3f Border Color

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

This div border color is #abfd3f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfd3f

Related Colors


Comments

No comments written yet.

Please login to write comment.