Color Hex Logo

#abc42c Color Hex

#ABC42C
(171,196,44)
0 Favorites   0 Comments

Color spaces of #abc42c

RGB 17119644
HSL0.190.630.47
HSV70°78°77°
CMYK 0.130.000.78   0.23
XYZ36.989148.31969.7600
Yxy48.31960.38910.5083
Hunter Lab69.5123-26.662640.3339
CIE-Lab75.0261-27.307067.4339

#abc42c color RGB value is (171,196,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 00101100
Octal 253 304 54
Decimal 171 196 44
Hex AB C4 2C

RGB Percentages of Color #abc42c

%41.61
%47.69
%10.71

CMYK Percentages of Color #abc42c

%13
%0
%78
%23

Triadic Colors of #abc42c

#abc42c #2cabc4 #c42cab

Analogous Colors of #abc42c

#abc42c #5fc42c #c4912c

Monochromatic Colors of #abc42c

#abc42c

Complementary Color

#abc42c #452cc4

#abc42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc42c Color CSS Codes

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

#abc42c Text Font Color

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

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


#abc42c Background Color

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

This div background color is #abc42c


#abc42c Border Color

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

This div border color is #abc42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc42c


Comments

No comments written yet.

Please login to write comment.