Color Hex Logo

#abef20 Color Hex

#ABEF20
(171,239,32)
0 Favorites   0 Comments

Color spaces of #abef20

RGB 17123932
HSL0.220.870.53
HSV80°87°94°
CMYK 0.280.000.87   0.06
XYZ47.921870.495212.4477
Yxy70.49520.36620.5387
Hunter Lab83.9614-45.051949.9830
CIE-Lab87.2392-47.040680.9313

#abef20 color RGB value is (171,239,32).

#abef20 hex color red value is 171, green value is 239 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #abef20 hue: 0.22 , saturation: 0.87 and the lightness value of abef20 is 0.53.

The process color (four color CMYK) of #abef20 color hex is 0.28, 0.00, 0.87, 0.06. Web safe color of #abef20 is #99ff33. Color #abef20 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11101111 00100000
Octal 253 357 40
Decimal 171 239 32
Hex AB EF 20

RGB Percentages of Color #abef20

%38.69
%54.07
%7.24

CMYK Percentages of Color #abef20

%28
%0
%87
%6

Triadic Colors of #abef20

#abef20 #20abef #ef20ab

Analogous Colors of #abef20

#abef20 #44ef20 #efcc20

Monochromatic Colors of #abef20

#abef20

Complementary Color

#abef20 #6420ef

#abef20 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abef20 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abef20 Color CSS Codes

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

#abef20 Text Font Color

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

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


#abef20 Background Color

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

This div background color is #abef20


#abef20 Border Color

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

This div border color is #abef20


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abef20


Comments

No comments written yet.

Please login to write comment.