Color Hex Logo

#abc42a Color Hex

#ABC42A
(171,196,42)
0 Favorites   0 Comments

Color spaces of #abc42a

RGB 17119642
HSL0.190.650.47
HSV70°79°77°
CMYK 0.130.000.79   0.23
XYZ36.952448.30499.5667
Yxy48.30490.38970.5094
Hunter Lab69.5017-26.723940.4901
CIE-Lab75.0168-27.388068.0128

#abc42a color RGB value is (171,196,42).

#abc42a hex color red value is 171, green value is 196 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #abc42a hue: 0.19 , saturation: 0.65 and the lightness value of abc42a is 0.47.

The process color (four color CMYK) of #abc42a color hex is 0.13, 0.00, 0.79, 0.23. Web safe color of #abc42a is #99cc33. Color #abc42a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 00101010
Octal 253 304 52
Decimal 171 196 42
Hex AB C4 2A

RGB Percentages of Color #abc42a

%41.81
%47.92
%10.27

CMYK Percentages of Color #abc42a

%13
%0
%79
%23

Triadic Colors of #abc42a

#abc42a #2aabc4 #c42aab

Analogous Colors of #abc42a

#abc42a #5ec42a #c4902a

Monochromatic Colors of #abc42a

#abc42a

Complementary Color

#abc42a #432ac4

#abc42a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc42a Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc42a Color CSS Codes

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

#abc42a Text Font Color

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

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


#abc42a Background Color

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

This div background color is #abc42a


#abc42a Border Color

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

This div border color is #abc42a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc42a


Comments

No comments written yet.

Please login to write comment.