Color Hex Logo

#abfb53 Color Hex

#ABFB53
(171,251,83)
0 Favorites   0 Comments

Color spaces of #abfb53

RGB 17125183
HSL0.250.950.65
HSV89°67°98°
CMYK 0.320.000.67   0.02
XYZ52.853178.276820.5069
Yxy78.27680.34860.5162
Hunter Lab88.4742-48.196748.1894
CIE-Lab90.9061-49.639069.6789

#abfb53 color RGB value is (171,251,83).

#abfb53 hex color red value is 171, green value is 251 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #abfb53 hue: 0.25 , saturation: 0.95 and the lightness value of abfb53 is 0.65.

The process color (four color CMYK) of #abfb53 color hex is 0.32, 0.00, 0.67, 0.02. Web safe color of #abfb53 is #99ff66. Color #abfb53 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 01010011
Octal 253 373 123
Decimal 171 251 83
Hex AB FB 53

RGB Percentages of Color #abfb53

%33.86
%49.70
%16.44

CMYK Percentages of Color #abfb53

%32
%0
%67
%2

Triadic Colors of #abfb53

#abfb53 #53abfb #fb53ab

Analogous Colors of #abfb53

#abfb53 #57fb53 #fbf753

Monochromatic Colors of #abfb53

#abfb53

Complementary Color

#abfb53 #a353fb

#abfb53 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb53 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb53 Color CSS Codes

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

#abfb53 Text Font Color

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

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


#abfb53 Background Color

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

This div background color is #abfb53


#abfb53 Border Color

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

This div border color is #abfb53


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb53

Related Colors


Comments

No comments written yet.

Please login to write comment.