Color Hex Logo

#abcc5e Color Hex

#ABCC5E
(171,204,94)
0 Favorites   0 Comments

Color spaces of #abcc5e

RGB 17120494
HSL0.220.520.58
HSV78°54°80°
CMYK 0.160.000.54   0.20
XYZ40.407852.651818.6228
Yxy52.65180.36180.4714
Hunter Lab72.5616-27.580335.5764
CIE-Lab77.6690-27.782150.4807

#abcc5e color RGB value is (171,204,94).

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

The process color (four color CMYK) of #abcc5e color hex is 0.16, 0.00, 0.54, 0.20. Web safe color of #abcc5e is #99cc66. Color #abcc5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 01011110
Octal 253 314 136
Decimal 171 204 94
Hex AB CC 5E

RGB Percentages of Color #abcc5e

%36.46
%43.50
%20.04

CMYK Percentages of Color #abcc5e

%16
%0
%54
%20

Triadic Colors of #abcc5e

#abcc5e #5eabcc #cc5eab

Analogous Colors of #abcc5e

#abcc5e #74cc5e #ccb65e

Monochromatic Colors of #abcc5e

#abcc5e

Complementary Color

#abcc5e #7f5ecc

#abcc5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc5e Color CSS Codes

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

#abcc5e Text Font Color

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

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


#abcc5e Background Color

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

This div background color is #abcc5e


#abcc5e Border Color

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

This div border color is #abcc5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc5e


Comments

No comments written yet.

Please login to write comment.