Color Hex Logo

#abc75e Color Hex

#ABC75E
(171,199,94)
0 Favorites   0 Comments

Color spaces of #abc75e

RGB 17119994
HSL0.210.480.57
HSV76°53°78°
CMYK 0.140.000.53   0.22
XYZ39.238450.312918.2330
Yxy50.31290.36400.4668
Hunter Lab70.9316-25.386534.4116
CIE-Lab76.2609-25.375348.8331

#abc75e color RGB value is (171,199,94).

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

The process color (four color CMYK) of #abc75e color hex is 0.14, 0.00, 0.53, 0.22. Web safe color of #abc75e is #99cc66. Color #abc75e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01011110
Octal 253 307 136
Decimal 171 199 94
Hex AB C7 5E

RGB Percentages of Color #abc75e

%36.85
%42.89
%20.26

CMYK Percentages of Color #abc75e

%14
%0
%53
%22

Triadic Colors of #abc75e

#abc75e #5eabc7 #c75eab

Analogous Colors of #abc75e

#abc75e #77c75e #c7af5e

Monochromatic Colors of #abc75e

#abc75e

Complementary Color

#abc75e #7a5ec7

#abc75e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc75e Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc75e Color CSS Codes

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

#abc75e Text Font Color

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

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


#abc75e Background Color

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

This div background color is #abc75e


#abc75e Border Color

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

This div border color is #abc75e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc75e


Comments

No comments written yet.

Please login to write comment.