color codes Logo

#abc40e color codes

#ABC40E
(171,196,14)
0 Favorites   0 Comments

Color spaces of #abc40e

RGB 17119614
HSL0.190.870.41
HSV68°93°77°
CMYK 0.130.000.93   0.23
XYZ36.613848.16957.7834
Yxy48.16950.39550.5204
Hunter Lab69.4043-27.290841.9338
CIE-Lab74.9317-28.139173.7747

#abc40e color RGB value is (171,196,14).

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

The process color (four color CMYK) of #abc40e color code is 0.13, 0.00, 0.93, 0.23. Web safe color of #abc40e is #99cc00. Color #abc40e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 00001110
Octal 253 304 16
Decimal 171 196 14
Hex AB C4 E

RGB Percentages of Color #abc40e

%44.88
%51.44
%3.67

CMYK Percentages of Color #abc40e

%13
%0
%93
%23

Triadic Colors of #abc40e

#abc40e #0eabc4 #c40eab

Analogous Colors of #abc40e

#abc40e #50c40e #c4820e

Monochromatic Colors of #abc40e

#abc40e

Complementary Color

#abc40e #270ec4

#abc40e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc40e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc40e Color CSS Codes

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

#abc40e Text Font Color

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

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


#abc40e Background Color

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

This div background color is #abc40e


#abc40e Border Color

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

This div border color is #abc40e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc40e


Comments

No comments written yet.

Please login to write comment.