Color Hex Logo

#abec2c Color Hex

#ABEC2C
(171,236,44)
0 Favorites   0 Comments

Color spaces of #abec2c

RGB 17123644
HSL0.220.830.55
HSV80°81°93°
CMYK 0.280.000.81   0.07
XYZ47.244768.830713.1785
Yxy68.83070.36550.5325
Hunter Lab82.9643-43.539148.6570
CIE-Lab86.4201-45.393577.6556

#abec2c color RGB value is (171,236,44).

#abec2c hex color red value is 171, green value is 236 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #abec2c hue: 0.22 , saturation: 0.83 and the lightness value of abec2c is 0.55.

The process color (four color CMYK) of #abec2c color hex is 0.28, 0.00, 0.81, 0.07. Web safe color of #abec2c is #99ff33. Color #abec2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101100 00101100
Octal 253 354 54
Decimal 171 236 44
Hex AB EC 2C

RGB Percentages of Color #abec2c

%37.92
%52.33
%9.76

CMYK Percentages of Color #abec2c

%28
%0
%81
%7

Triadic Colors of #abec2c

#abec2c #2cabec #ec2cab

Analogous Colors of #abec2c

#abec2c #4bec2c #eccd2c

Monochromatic Colors of #abec2c

#abec2c

Complementary Color

#abec2c #6d2cec

#abec2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abec2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abec2c Color CSS Codes

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

#abec2c Text Font Color

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

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


#abec2c Background Color

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

This div background color is #abec2c


#abec2c Border Color

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

This div border color is #abec2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abec2c


Comments

No comments written yet.

Please login to write comment.