Color Hex Logo

#abc22f Color Hex

#ABC22F
(171,194,47)
0 Favorites   0 Comments

Color spaces of #abc22f

RGB 17119447
HSL0.190.610.47
HSV69°76°76°
CMYK 0.120.000.76   0.24
XYZ36.599547.44679.9185
Yxy47.44670.38950.5049
Hunter Lab68.8816-25.698639.6797
CIE-Lab74.4746-26.216266.0012

#abc22f color RGB value is (171,194,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000010 00101111
Octal 253 302 57
Decimal 171 194 47
Hex AB C2 2F

RGB Percentages of Color #abc22f

%41.50
%47.09
%11.41

CMYK Percentages of Color #abc22f

%12
%0
%76
%24

Triadic Colors of #abc22f

#abc22f #2fabc2 #c22fab

Analogous Colors of #abc22f

#abc22f #62c22f #c2902f

Monochromatic Colors of #abc22f

#abc22f

Complementary Color

#abc22f #462fc2

#abc22f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc22f Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc22f Color CSS Codes

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

#abc22f Text Font Color

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

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


#abc22f Background Color

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

This div background color is #abc22f


#abc22f Border Color

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

This div border color is #abc22f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc22f


Comments

No comments written yet.

Please login to write comment.