Color Hex Logo

#abc74f Color Hex

#ABC74F
(171,199,79)
0 Favorites   0 Comments

Color spaces of #abc74f

RGB 17119979
HSL0.210.520.55
HSV74°60°78°
CMYK 0.140.000.60   0.22
XYZ38.629350.069315.0255
Yxy50.06930.37240.4827
Hunter Lab70.7597-26.382236.9418
CIE-Lab76.1118-26.668955.4612

#abc74f color RGB value is (171,199,79).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000111 01001111
Octal 253 307 117
Decimal 171 199 79
Hex AB C7 4F

RGB Percentages of Color #abc74f

%38.08
%44.32
%17.59

CMYK Percentages of Color #abc74f

%14
%0
%60
%22

Triadic Colors of #abc74f

#abc74f #4fabc7 #c74fab

Analogous Colors of #abc74f

#abc74f #6fc74f #c7a74f

Monochromatic Colors of #abc74f

#abc74f

Complementary Color

#abc74f #6b4fc7

#abc74f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc74f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc74f Color CSS Codes

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

#abc74f Text Font Color

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

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


#abc74f Background Color

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

This div background color is #abc74f


#abc74f Border Color

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

This div border color is #abc74f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc74f


Comments

No comments written yet.

Please login to write comment.