Color Hex Logo

#abc25e Color Hex

#ABC25E
(171,194,94)
0 Favorites   0 Comments

Color spaces of #abc25e

RGB 17119494
HSL0.210.450.56
HSV74°52°76°
CMYK 0.120.000.52   0.24
XYZ38.106848.049717.8557
Yxy48.04970.36640.4620
Hunter Lab69.3179-23.177833.2499
CIE-Lab74.8563-22.934747.1769

#abc25e color RGB value is (171,194,94).

#abc25e hex color red value is 171, green value is 194 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #abc25e hue: 0.21 , saturation: 0.45 and the lightness value of abc25e is 0.56.

The process color (four color CMYK) of #abc25e color hex is 0.12, 0.00, 0.52, 0.24. Web safe color of #abc25e is #99cc66. Color #abc25e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 01011110
Octal 253 302 136
Decimal 171 194 94
Hex AB C2 5E

RGB Percentages of Color #abc25e

%37.25
%42.27
%20.48

CMYK Percentages of Color #abc25e

%12
%0
%52
%24

Triadic Colors of #abc25e

#abc25e #5eabc2 #c25eab

Analogous Colors of #abc25e

#abc25e #79c25e #c2a75e

Monochromatic Colors of #abc25e

#abc25e

Complementary Color

#abc25e #755ec2

#abc25e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc25e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc25e Color CSS Codes

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

#abc25e Text Font Color

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

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


#abc25e Background Color

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

This div background color is #abc25e


#abc25e Border Color

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

This div border color is #abc25e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc25e


Comments

No comments written yet.

Please login to write comment.