Color Hex Logo

#abc54f Color Hex

#ABC54F
(171,197,79)
0 Favorites   0 Comments

Color spaces of #abc54f

RGB 17119779
HSL0.200.500.54
HSV73°60°77°
CMYK 0.130.000.60   0.23
XYZ38.172149.154914.8731
Yxy49.15490.37350.4810
Hunter Lab70.1106-25.508136.4997
CIE-Lab75.5476-25.704054.8391

#abc54f color RGB value is (171,197,79).

#abc54f hex color red value is 171, green value is 197 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #abc54f hue: 0.20 , saturation: 0.50 and the lightness value of abc54f is 0.54.

The process color (four color CMYK) of #abc54f color hex is 0.13, 0.00, 0.60, 0.23. Web safe color of #abc54f is #99cc66. Color #abc54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000101 01001111
Octal 253 305 117
Decimal 171 197 79
Hex AB C5 4F

RGB Percentages of Color #abc54f

%38.26
%44.07
%17.67

CMYK Percentages of Color #abc54f

%13
%0
%60
%23

Triadic Colors of #abc54f

#abc54f #4fabc5 #c54fab

Analogous Colors of #abc54f

#abc54f #70c54f #c5a44f

Monochromatic Colors of #abc54f

#abc54f

Complementary Color

#abc54f #694fc5

#abc54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc54f Color CSS Codes

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

#abc54f Text Font Color

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

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


#abc54f Background Color

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

This div background color is #abc54f


#abc54f Border Color

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

This div border color is #abc54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc54f


Comments

No comments written yet.

Please login to write comment.