Color Hex Logo

#abc320 Color Hex

#ABC320
(171,195,32)
0 Favorites   0 Comments

Color spaces of #abc320

RGB 17119532
HSL0.190.720.45
HSV69°84°76°
CMYK 0.120.000.84   0.24
XYZ36.570447.79248.6639
Yxy47.79240.39310.5137
Hunter Lab69.1320-26.555840.9620
CIE-Lab74.6938-27.257570.3456

#abc320 color RGB value is (171,195,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000011 00100000
Octal 253 303 40
Decimal 171 195 32
Hex AB C3 20

RGB Percentages of Color #abc320

%42.96
%48.99
%8.04

CMYK Percentages of Color #abc320

%12
%0
%84
%24

Triadic Colors of #abc320

#abc320 #20abc3 #c320ab

Analogous Colors of #abc320

#abc320 #5ac320 #c38a20

Monochromatic Colors of #abc320

#abc320

Complementary Color

#abc320 #3820c3

#abc320 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc320 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc320 Color CSS Codes

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

#abc320 Text Font Color

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

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


#abc320 Background Color

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

This div background color is #abc320


#abc320 Border Color

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

This div border color is #abc320


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc320


Comments

No comments written yet.

Please login to write comment.