Color Hex Logo

#abe048 Color Hex

#ABE048
(171,224,72)
0 Favorites   0 Comments

Color spaces of #abe048

RGB 17122472
HSL0.220.710.58
HSV81°68°88°
CMYK 0.240.000.68   0.12
XYZ44.619962.437115.8307
Yxy62.43710.36310.5081
Hunter Lab79.0172-37.483543.4335
CIE-Lab83.1453-38.753065.7739

#abe048 color RGB value is (171,224,72).

#abe048 hex color red value is 171, green value is 224 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #abe048 hue: 0.22 , saturation: 0.71 and the lightness value of abe048 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100000 01001000
Octal 253 340 110
Decimal 171 224 72
Hex AB E0 48

RGB Percentages of Color #abe048

%36.62
%47.97
%15.42

CMYK Percentages of Color #abe048

%24
%0
%68
%12

Triadic Colors of #abe048

#abe048 #48abe0 #e048ab

Analogous Colors of #abe048

#abe048 #5fe048 #e0c948

Monochromatic Colors of #abe048

#abe048

Complementary Color

#abe048 #7d48e0

#abe048 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe048 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe048 Color CSS Codes

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

#abe048 Text Font Color

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

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


#abe048 Background Color

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

This div background color is #abe048


#abe048 Border Color

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

This div border color is #abe048


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe048


Comments

No comments written yet.

Please login to write comment.