Color Hex Logo

#abe128 Color Hex

#ABE128
(171,225,40)
0 Favorites   0 Comments

Color spaces of #abe128

RGB 17122540
HSL0.220.760.52
HSV78°82°88°
CMYK 0.240.000.82   0.12
XYZ44.102862.661611.7779
Yxy62.66160.37200.5286
Hunter Lab79.1591-39.078746.5897
CIE-Lab83.2640-40.771575.8508

#abe128 color RGB value is (171,225,40).

#abe128 hex color red value is 171, green value is 225 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #abe128 hue: 0.22 , saturation: 0.76 and the lightness value of abe128 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100001 00101000
Octal 253 341 50
Decimal 171 225 40
Hex AB E1 28

RGB Percentages of Color #abe128

%39.22
%51.61
%9.17

CMYK Percentages of Color #abe128

%24
%0
%82
%12

Triadic Colors of #abe128

#abe128 #28abe1 #e128ab

Analogous Colors of #abe128

#abe128 #4fe128 #e1bb28

Monochromatic Colors of #abe128

#abe128

Complementary Color

#abe128 #5e28e1

#abe128 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe128 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe128 Color CSS Codes

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

#abe128 Text Font Color

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

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


#abe128 Background Color

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

This div background color is #abe128


#abe128 Border Color

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

This div border color is #abe128


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe128


Comments

No comments written yet.

Please login to write comment.