Color Hex Logo

#abca2e Color Hex

#ABCA2E
(171,202,46)
0 Favorites   0 Comments

Color spaces of #abca2e

RGB 17120246
HSL0.200.630.49
HSV72°77°79°
CMYK 0.150.000.77   0.21
XYZ38.408351.096210.4230
Yxy51.09620.38440.5113
Hunter Lab71.4816-29.181741.3918
CIE-Lab76.7372-30.072568.4017

#abca2e color RGB value is (171,202,46).

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

The process color (four color CMYK) of #abca2e color hex is 0.15, 0.00, 0.77, 0.21. Web safe color of #abca2e is #99cc33. Color #abca2e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 00101110
Octal 253 312 56
Decimal 171 202 46
Hex AB CA 2E

RGB Percentages of Color #abca2e

%40.81
%48.21
%10.98

CMYK Percentages of Color #abca2e

%15
%0
%77
%21

Triadic Colors of #abca2e

#abca2e #2eabca #ca2eab

Analogous Colors of #abca2e

#abca2e #5dca2e #ca9b2e

Monochromatic Colors of #abca2e

#abca2e

Complementary Color

#abca2e #4d2eca

#abca2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca2e Color CSS Codes

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

#abca2e Text Font Color

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

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


#abca2e Background Color

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

This div background color is #abca2e


#abca2e Border Color

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

This div border color is #abca2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca2e


Comments

No comments written yet.

Please login to write comment.