Color Hex Logo

#abc21f Color Hex

#ABC21F
(171,194,31)
0 Favorites   0 Comments

Color spaces of #abc21f

RGB 17119431
HSL0.190.720.44
HSV68°84°76°
CMYK 0.120.000.84   0.24
XYZ36.333747.34048.5190
Yxy47.34040.39410.5135
Hunter Lab68.8044-26.146740.8221
CIE-Lab74.4070-26.807570.3334

#abc21f color RGB value is (171,194,31).

#abc21f hex color red value is 171, green value is 194 and the blue value of its RGB is 31. Cylindrical-coordinate representations (also known as HSL) of color #abc21f hue: 0.19 , saturation: 0.72 and the lightness value of abc21f is 0.44.

The process color (four color CMYK) of #abc21f color hex is 0.12, 0.00, 0.84, 0.24. Web safe color of #abc21f is #99cc33. Color #abc21f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00011111
Octal 253 302 37
Decimal 171 194 31
Hex AB C2 1F

RGB Percentages of Color #abc21f

%43.18
%48.99
%7.83

CMYK Percentages of Color #abc21f

%12
%0
%84
%24

Triadic Colors of #abc21f

#abc21f #1fabc2 #c21fab

Analogous Colors of #abc21f

#abc21f #5ac21f #c2881f

Monochromatic Colors of #abc21f

#abc21f

Complementary Color

#abc21f #361fc2

#abc21f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc21f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc21f Color CSS Codes

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

#abc21f Text Font Color

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

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


#abc21f Background Color

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

This div background color is #abc21f


#abc21f Border Color

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

This div border color is #abc21f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc21f


Comments

No comments written yet.

Please login to write comment.