color codes Logo

#abf53d color codes

#ABF53D
(171,245,61)
0 Favorites   0 Comments

Color spaces of #abf53d

RGB 17124561
HSL0.230.900.60
HSV84°75°96°
CMYK 0.300.000.75   0.04
XYZ50.289374.299716.1056
Yxy74.29970.35740.5281
Hunter Lab86.1973-46.704649.2600
CIE-Lab89.0639-48.457575.3732

#abf53d color RGB value is (171,245,61).

#abf53d hex color red value is 171, green value is 245 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #abf53d hue: 0.23 , saturation: 0.90 and the lightness value of abf53d is 0.60.

The process color (four color CMYK) of #abf53d color code is 0.30, 0.00, 0.75, 0.04. Web safe color of #abf53d is #99ff33. Color #abf53d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110101 00111101
Octal 253 365 75
Decimal 171 245 61
Hex AB F5 3D

RGB Percentages of Color #abf53d

%35.85
%51.36
%12.79

CMYK Percentages of Color #abf53d

%30
%0
%75
%4

Triadic Colors of #abf53d

#abf53d #3dabf5 #f53dab

Analogous Colors of #abf53d

#abf53d #4ff53d #f5e33d

Monochromatic Colors of #abf53d

#abf53d

Complementary Color

#abf53d #873df5

#abf53d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf53d Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf53d Color CSS Codes

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

#abf53d Text Font Color

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

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


#abf53d Background Color

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

This div background color is #abf53d


#abf53d Border Color

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

This div border color is #abf53d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf53d


Comments

No comments written yet.

Please login to write comment.