Color Hex Logo

#abcc2e Color Hex

#ABCC2E
(171,204,46)
0 Favorites   0 Comments

Color spaces of #abcc2e

RGB 17120446
HSL0.200.630.49
HSV73°77°80°
CMYK 0.160.000.77   0.20
XYZ38.880652.040910.5804
Yxy52.04090.38310.5127
Hunter Lab72.1394-30.038741.8017
CIE-Lab77.3053-31.012068.9228

#abcc2e color RGB value is (171,204,46).

#abcc2e hex color red value is 171, green value is 204 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #abcc2e hue: 0.20 , saturation: 0.63 and the lightness value of abcc2e is 0.49.

The process color (four color CMYK) of #abcc2e color hex is 0.16, 0.00, 0.77, 0.20. Web safe color of #abcc2e is #99cc33. Color #abcc2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 00101110
Octal 253 314 56
Decimal 171 204 46
Hex AB CC 2E

RGB Percentages of Color #abcc2e

%40.62
%48.46
%10.93

CMYK Percentages of Color #abcc2e

%16
%0
%77
%20

Triadic Colors of #abcc2e

#abcc2e #2eabcc #cc2eab

Analogous Colors of #abcc2e

#abcc2e #5ccc2e #cc9e2e

Monochromatic Colors of #abcc2e

#abcc2e

Complementary Color

#abcc2e #4f2ecc

#abcc2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcc2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcc2e Color CSS Codes

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

#abcc2e Text Font Color

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

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


#abcc2e Background Color

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

This div background color is #abcc2e


#abcc2e Border Color

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

This div border color is #abcc2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcc2e


Comments

No comments written yet.

Please login to write comment.