Color Hex Logo

#abc51e Color Hex

#ABC51E
(171,197,30)
0 Favorites   0 Comments

Color spaces of #abc51e

RGB 17119730
HSL0.190.740.45
HSV69°85°77°
CMYK 0.130.000.85   0.23
XYZ36.995248.68428.6754
Yxy48.68420.39210.5160
Hunter Lab69.7741-27.461441.4700
CIE-Lab75.2544-28.271371.2742

#abc51e color RGB value is (171,197,30).

#abc51e hex color red value is 171, green value is 197 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #abc51e hue: 0.19 , saturation: 0.74 and the lightness value of abc51e is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 00011110
Octal 253 305 36
Decimal 171 197 30
Hex AB C5 1E

RGB Percentages of Color #abc51e

%42.96
%49.50
%7.54

CMYK Percentages of Color #abc51e

%13
%0
%85
%23

Triadic Colors of #abc51e

#abc51e #1eabc5 #c51eab

Analogous Colors of #abc51e

#abc51e #58c51e #c58c1e

Monochromatic Colors of #abc51e

#abc51e

Complementary Color

#abc51e #381ec5

#abc51e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc51e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc51e Color CSS Codes

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

#abc51e Text Font Color

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

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


#abc51e Background Color

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

This div background color is #abc51e


#abc51e Border Color

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

This div border color is #abc51e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc51e


Comments

No comments written yet.

Please login to write comment.