Color Hex Logo

#abc421 Color Hex

#ABC421
(171,196,33)
0 Favorites   0 Comments

Color spaces of #abc421

RGB 17119633
HSL0.190.710.45
HSV69°83°77°
CMYK 0.130.000.83   0.23
XYZ36.809048.24768.8115
Yxy48.24760.39210.5140
Hunter Lab69.4605-26.963941.1010
CIE-Lab74.9808-27.705570.3548

#abc421 color RGB value is (171,196,33).

#abc421 hex color red value is 171, green value is 196 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #abc421 hue: 0.19 , saturation: 0.71 and the lightness value of abc421 is 0.45.

The process color (four color CMYK) of #abc421 color hex is 0.13, 0.00, 0.83, 0.23. Web safe color of #abc421 is #99cc33. Color #abc421 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000100 00100001
Octal 253 304 41
Decimal 171 196 33
Hex AB C4 21

RGB Percentages of Color #abc421

%42.75
%49.00
%8.25

CMYK Percentages of Color #abc421

%13
%0
%83
%23

Triadic Colors of #abc421

#abc421 #21abc4 #c421ab

Analogous Colors of #abc421

#abc421 #5ac421 #c48c21

Monochromatic Colors of #abc421

#abc421

Complementary Color

#abc421 #3a21c4

#abc421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc421 Color CSS Codes

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

#abc421 Text Font Color

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

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


#abc421 Background Color

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

This div background color is #abc421


#abc421 Border Color

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

This div border color is #abc421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc421


Comments

No comments written yet.

Please login to write comment.