Color Hex Logo

#abc032 Color Hex

#ABC032
(171,192,50)
0 Favorites   0 Comments

Color spaces of #abc032

RGB 17119250
HSL0.190.590.47
HSV69°74°75°
CMYK 0.110.000.74   0.25
XYZ36.219946.587510.1009
Yxy46.58750.38980.5014
Hunter Lab68.2550-24.724339.0043
CIE-Lab73.9251-25.109864.5055

#abc032 color RGB value is (171,192,50).

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

The process color (four color CMYK) of #abc032 color hex is 0.11, 0.00, 0.74, 0.25. Web safe color of #abc032 is #99cc33. Color #abc032 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11000000 00110010
Octal 253 300 62
Decimal 171 192 50
Hex AB C0 32

RGB Percentages of Color #abc032

%41.40
%46.49
%12.11

CMYK Percentages of Color #abc032

%11
%0
%74
%25

Triadic Colors of #abc032

#abc032 #32abc0 #c032ab

Analogous Colors of #abc032

#abc032 #64c032 #c08e32

Monochromatic Colors of #abc032

#abc032

Complementary Color

#abc032 #4732c0

#abc032 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc032 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc032 Color CSS Codes

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

#abc032 Text Font Color

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

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


#abc032 Background Color

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

This div background color is #abc032


#abc032 Border Color

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

This div border color is #abc032


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc032


Comments

No comments written yet.

Please login to write comment.