Color Hex Logo

#abc04c Color Hex

#ABC04C
(171,192,76)
0 Favorites   0 Comments

Color spaces of #abc04c

RGB 17119276
HSL0.200.480.53
HSV71°60°75°
CMYK 0.110.000.60   0.25
XYZ36.948746.879013.9386
Yxy46.87900.37790.4795
Hunter Lab68.4682-23.492435.8577
CIE-Lab74.1123-23.501354.5686

#abc04c color RGB value is (171,192,76).

#abc04c hex color red value is 171, green value is 192 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #abc04c hue: 0.20 , saturation: 0.48 and the lightness value of abc04c is 0.53.

The process color (four color CMYK) of #abc04c color hex is 0.11, 0.00, 0.60, 0.25. Web safe color of #abc04c is #99cc33. Color #abc04c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 01001100
Octal 253 300 114
Decimal 171 192 76
Hex AB C0 4C

RGB Percentages of Color #abc04c

%38.95
%43.74
%17.31

CMYK Percentages of Color #abc04c

%11
%0
%60
%25

Triadic Colors of #abc04c

#abc04c #4cabc0 #c04cab

Analogous Colors of #abc04c

#abc04c #71c04c #c09b4c

Monochromatic Colors of #abc04c

#abc04c

Complementary Color

#abc04c #614cc0

#abc04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc04c Color CSS Codes

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

#abc04c Text Font Color

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

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


#abc04c Background Color

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

This div background color is #abc04c


#abc04c Border Color

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

This div border color is #abc04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc04c


Comments

No comments written yet.

Please login to write comment.