Color Hex Logo

#abfb55 Color Hex

#ABFB55
(171,251,85)
0 Favorites   0 Comments

Color spaces of #abfb55

RGB 17125185
HSL0.250.950.66
HSV89°66°98°
CMYK 0.320.000.66   0.02
XYZ52.931578.308220.9195
Yxy78.30820.34790.5146
Hunter Lab88.4919-48.091047.9282
CIE-Lab90.9204-49.497468.9398

#abfb55 color RGB value is (171,251,85).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11111011 01010101
Octal 253 373 125
Decimal 171 251 85
Hex AB FB 55

RGB Percentages of Color #abfb55

%33.73
%49.51
%16.77

CMYK Percentages of Color #abfb55

%32
%0
%66
%2

Triadic Colors of #abfb55

#abfb55 #55abfb #fb55ab

Analogous Colors of #abfb55

#abfb55 #58fb55 #fbf855

Monochromatic Colors of #abfb55

#abfb55

Complementary Color

#abfb55 #a555fb

#abfb55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abfb55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abfb55 Color CSS Codes

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

#abfb55 Text Font Color

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

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


#abfb55 Background Color

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

This div background color is #abfb55


#abfb55 Border Color

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

This div border color is #abfb55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abfb55


Comments

No comments written yet.

Please login to write comment.