Color Hex Logo

#abf225 Color Hex

#ABF225
(171,242,37)
0 Favorites   0 Comments

Color spaces of #abf225

RGB 17124237
HSL0.220.890.55
HSV81°85°95°
CMYK 0.290.000.85   0.05
XYZ48.880672.295813.1285
Yxy72.29580.36400.5383
Hunter Lab85.0269-46.180450.3642
CIE-Lab88.1108-48.160980.6957

#abf225 color RGB value is (171,242,37).

#abf225 hex color red value is 171, green value is 242 and the blue value of its RGB is 37. Cylindrical-coordinate representations (also known as HSL) of color #abf225 hue: 0.22 , saturation: 0.89 and the lightness value of abf225 is 0.55.

The process color (four color CMYK) of #abf225 color hex is 0.29, 0.00, 0.85, 0.05. Web safe color of #abf225 is #99ff33. Color #abf225 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110010 00100101
Octal 253 362 45
Decimal 171 242 37
Hex AB F2 25

RGB Percentages of Color #abf225

%38.00
%53.78
%8.22

CMYK Percentages of Color #abf225

%29
%0
%85
%5

Triadic Colors of #abf225

#abf225 #25abf2 #f225ab

Analogous Colors of #abf225

#abf225 #45f225 #f2d325

Monochromatic Colors of #abf225

#abf225

Complementary Color

#abf225 #6c25f2

#abf225 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf225 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf225 Color CSS Codes

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

#abf225 Text Font Color

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

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


#abf225 Background Color

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

This div background color is #abf225


#abf225 Border Color

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

This div border color is #abf225


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf225


Comments

No comments written yet.

Please login to write comment.