Color Hex Logo

#abca5e Color Hex

#ABCA5E
(171,202,94)
0 Favorites   0 Comments

Color spaces of #abca5e

RGB 17120294
HSL0.210.500.58
HSV77°53°79°
CMYK 0.150.000.53   0.21
XYZ39.935551.707118.4653
Yxy51.70710.36270.4696
Hunter Lab71.9076-26.704535.1102
CIE-Lab77.1054-26.823349.8228

#abca5e color RGB value is (171,202,94).

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

The process color (four color CMYK) of #abca5e color hex is 0.15, 0.00, 0.53, 0.21. Web safe color of #abca5e is #99cc66. Color #abca5e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001010 01011110
Octal 253 312 136
Decimal 171 202 94
Hex AB CA 5E

RGB Percentages of Color #abca5e

%36.62
%43.25
%20.13

CMYK Percentages of Color #abca5e

%15
%0
%53
%21

Triadic Colors of #abca5e

#abca5e #5eabca #ca5eab

Analogous Colors of #abca5e

#abca5e #75ca5e #cab35e

Monochromatic Colors of #abca5e

#abca5e

Complementary Color

#abca5e #7d5eca

#abca5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abca5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abca5e Color CSS Codes

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

#abca5e Text Font Color

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

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


#abca5e Background Color

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

This div background color is #abca5e


#abca5e Border Color

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

This div border color is #abca5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abca5e


Comments

No comments written yet.

Please login to write comment.