Color Hex Logo

#abc31c Color Hex

#ABC31C
(171,195,28)
0 Favorites   0 Comments

Color spaces of #abc31c

RGB 17119528
HSL0.190.750.44
HSV69°86°76°
CMYK 0.120.000.86   0.24
XYZ36.519347.77208.3948
Yxy47.77200.39400.5154
Hunter Lab69.1173-26.641741.1809
CIE-Lab74.6809-27.371371.2234

#abc31c color RGB value is (171,195,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 00011100
Octal 253 303 34
Decimal 171 195 28
Hex AB C3 1C

RGB Percentages of Color #abc31c

%43.40
%49.49
%7.11

CMYK Percentages of Color #abc31c

%12
%0
%86
%24

Triadic Colors of #abc31c

#abc31c #1cabc3 #c31cab

Analogous Colors of #abc31c

#abc31c #58c31c #c3881c

Monochromatic Colors of #abc31c

#abc31c

Complementary Color

#abc31c #341cc3

#abc31c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc31c Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc31c Color CSS Codes

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

#abc31c Text Font Color

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

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


#abc31c Background Color

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

This div background color is #abc31c


#abc31c Border Color

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

This div border color is #abc31c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc31c


Comments

No comments written yet.

Please login to write comment.