Color Hex Logo

#abe020 Color Hex

#ABE020
(171,224,32)
0 Favorites   0 Comments

Color spaces of #abe020

RGB 17122432
HSL0.210.760.50
HSV77°86°88°
CMYK 0.240.000.86   0.12
XYZ43.711062.073511.0441
Yxy62.07350.37410.5313
Hunter Lab78.7867-38.844746.8396
CIE-Lab82.9525-40.578577.3353

#abe020 color RGB value is (171,224,32).

#abe020 hex color red value is 171, green value is 224 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #abe020 hue: 0.21 , saturation: 0.76 and the lightness value of abe020 is 0.50.

The process color (four color CMYK) of #abe020 color hex is 0.24, 0.00, 0.86, 0.12. Web safe color of #abe020 is #99cc33. Color #abe020 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 00100000
Octal 253 340 40
Decimal 171 224 32
Hex AB E0 20

RGB Percentages of Color #abe020

%40.05
%52.46
%7.49

CMYK Percentages of Color #abe020

%24
%0
%86
%12

Triadic Colors of #abe020

#abe020 #20abe0 #e020ab

Analogous Colors of #abe020

#abe020 #4be020 #e0b520

Monochromatic Colors of #abe020

#abe020

Complementary Color

#abe020 #5520e0

#abe020 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe020 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe020 Color CSS Codes

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

#abe020 Text Font Color

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

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


#abe020 Background Color

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

This div background color is #abe020


#abe020 Border Color

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

This div border color is #abe020


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe020


Comments

No comments written yet.

Please login to write comment.