Color Hex Logo

#abf042 Color Hex

#ABF042
(171,240,66)
0 Favorites   0 Comments

Color spaces of #abf042

RGB 17124066
HSL0.230.850.60
HSV84°73°94°
CMYK 0.290.000.73   0.06
XYZ48.938071.371516.3510
Yxy71.37150.35810.5223
Hunter Lab84.4817-44.442547.6619
CIE-Lab87.6652-46.083672.4270

#abf042 color RGB value is (171,240,66).

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

The process color (four color CMYK) of #abf042 color hex is 0.29, 0.00, 0.73, 0.06. Web safe color of #abf042 is #99ff33. Color #abf042 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110000 01000010
Octal 253 360 102
Decimal 171 240 66
Hex AB F0 42

RGB Percentages of Color #abf042

%35.85
%50.31
%13.84

CMYK Percentages of Color #abf042

%29
%0
%73
%6

Triadic Colors of #abf042

#abf042 #42abf0 #f042ab

Analogous Colors of #abf042

#abf042 #54f042 #f0de42

Monochromatic Colors of #abf042

#abf042

Complementary Color

#abf042 #8742f0

#abf042 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf042 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf042 Color CSS Codes

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

#abf042 Text Font Color

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

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


#abf042 Background Color

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

This div background color is #abf042


#abf042 Border Color

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

This div border color is #abf042


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf042


Comments

No comments written yet.

Please login to write comment.