Color Hex Logo

#abf442 Color Hex

#ABF442
(171,244,66)
0 Favorites   0 Comments

Color spaces of #abf442

RGB 17124466
HSL0.240.890.61
HSV85°73°96°
CMYK 0.300.000.73   0.04
XYZ50.128673.752616.7479
Yxy73.75260.35650.5244
Hunter Lab85.8793-46.096748.5530
CIE-Lab88.8054-47.774573.5397

#abf442 color RGB value is (171,244,66).

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

The process color (four color CMYK) of #abf442 color hex is 0.30, 0.00, 0.73, 0.04. Web safe color of #abf442 is #99ff33. Color #abf442 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 01000010
Octal 253 364 102
Decimal 171 244 66
Hex AB F4 42

RGB Percentages of Color #abf442

%35.55
%50.73
%13.72

CMYK Percentages of Color #abf442

%30
%0
%73
%4

Triadic Colors of #abf442

#abf442 #42abf4 #f442ab

Analogous Colors of #abf442

#abf442 #52f442 #f4e442

Monochromatic Colors of #abf442

#abf442

Complementary Color

#abf442 #8b42f4

#abf442 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf442 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf442 Color CSS Codes

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

#abf442 Text Font Color

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

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


#abf442 Background Color

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

This div background color is #abf442


#abf442 Border Color

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

This div border color is #abf442


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf442


Comments

No comments written yet.

Please login to write comment.