Color Hex Logo

#abc932 Color Hex

#ABC932
(171,201,50)
0 Favorites   0 Comments

Color spaces of #abc932

RGB 17120150
HSL0.200.600.49
HSV72°75°79°
CMYK 0.150.000.75   0.21
XYZ38.257050.661510.7799
Yxy50.66150.38370.5081
Hunter Lab71.1769-28.617340.8442
CIE-Lab76.4735-29.421866.9144

#abc932 color RGB value is (171,201,50).

#abc932 hex color red value is 171, green value is 201 and the blue value of its RGB is 50. Cylindrical-coordinate representations (also known as HSL) of color #abc932 hue: 0.20 , saturation: 0.60 and the lightness value of abc932 is 0.49.

The process color (four color CMYK) of #abc932 color hex is 0.15, 0.00, 0.75, 0.21. Web safe color of #abc932 is #99cc33. Color #abc932 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001001 00110010
Octal 253 311 62
Decimal 171 201 50
Hex AB C9 32

RGB Percentages of Color #abc932

%40.52
%47.63
%11.85

CMYK Percentages of Color #abc932

%15
%0
%75
%21

Triadic Colors of #abc932

#abc932 #32abc9 #c932ab

Analogous Colors of #abc932

#abc932 #60c932 #c99c32

Monochromatic Colors of #abc932

#abc932

Complementary Color

#abc932 #5032c9

#abc932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abc932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abc932 Color CSS Codes

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

#abc932 Text Font Color

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

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


#abc932 Background Color

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

This div background color is #abc932


#abc932 Border Color

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

This div border color is #abc932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,201,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 #abc932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abc932


Comments

No comments written yet.

Please login to write comment.