Color Hex Logo

#abf83d Color Hex

#ABF83D
(171,248,61)
0 Favorites   0 Comments

Color spaces of #abf83d

RGB 17124861
HSL0.240.930.61
HSV85°75°97°
CMYK 0.310.000.75   0.03
XYZ51.204376.129716.4106
Yxy76.12970.35620.5296
Hunter Lab87.2523-47.938349.9252
CIE-Lab89.9195-49.707576.1848

#abf83d color RGB value is (171,248,61).

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

The process color (four color CMYK) of #abf83d color hex is 0.31, 0.00, 0.75, 0.03. Web safe color of #abf83d is #99ff33. Color #abf83d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111000 00111101
Octal 253 370 75
Decimal 171 248 61
Hex AB F8 3D

RGB Percentages of Color #abf83d

%35.63
%51.67
%12.71

CMYK Percentages of Color #abf83d

%31
%0
%75
%3

Triadic Colors of #abf83d

#abf83d #3dabf8 #f83dab

Analogous Colors of #abf83d

#abf83d #4ef83d #f8e83d

Monochromatic Colors of #abf83d

#abf83d

Complementary Color

#abf83d #8a3df8

#abf83d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf83d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf83d Color CSS Codes

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

#abf83d Text Font Color

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

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


#abf83d Background Color

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

This div background color is #abf83d


#abf83d Border Color

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

This div border color is #abf83d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf83d


Comments

No comments written yet.

Please login to write comment.