Color Hex Logo

#abe540 Color Hex

#ABE540
(171,229,64)
0 Favorites   0 Comments

Color spaces of #abe540

RGB 17122964
HSL0.230.760.57
HSV81°72°90°
CMYK 0.250.000.72   0.10
XYZ45.739365.066714.9989
Yxy65.06670.36360.5172
Hunter Lab80.6639-39.946145.4402
CIE-Lab84.5181-41.447370.0159

#abe540 color RGB value is (171,229,64).

#abe540 hex color red value is 171, green value is 229 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #abe540 hue: 0.23 , saturation: 0.76 and the lightness value of abe540 is 0.57.

The process color (four color CMYK) of #abe540 color hex is 0.25, 0.00, 0.72, 0.10. Web safe color of #abe540 is #99cc33. Color #abe540 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11100101 01000000
Octal 253 345 100
Decimal 171 229 64
Hex AB E5 40

RGB Percentages of Color #abe540

%36.85
%49.35
%13.79

CMYK Percentages of Color #abe540

%25
%0
%72
%10

Triadic Colors of #abe540

#abe540 #40abe5 #e540ab

Analogous Colors of #abe540

#abe540 #58e540 #e5cd40

Monochromatic Colors of #abe540

#abe540

Complementary Color

#abe540 #7a40e5

#abe540 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abe540 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abe540 Color CSS Codes

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

#abe540 Text Font Color

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

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


#abe540 Background Color

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

This div background color is #abe540


#abe540 Border Color

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

This div border color is #abe540


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abe540


Comments

No comments written yet.

Please login to write comment.