Color Hex Logo

#acc32b Color Hex

#ACC32B
(172,195,43)
0 Favorites   0 Comments

Color spaces of #acc32b

RGB 17219543
HSL0.190.640.47
HSV69°78°76°
CMYK 0.120.000.78   0.24
XYZ36.964447.97539.5974
Yxy47.97530.39100.5075
Hunter Lab69.2642-25.951840.2696
CIE-Lab74.8093-26.454267.5601

#acc32b color RGB value is (172,195,43).

#acc32b hex color red value is 172, green value is 195 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #acc32b hue: 0.19 , saturation: 0.64 and the lightness value of acc32b is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00101011
Octal 254 303 53
Decimal 172 195 43
Hex AC C3 2B

RGB Percentages of Color #acc32b

%41.95
%47.56
%10.49

CMYK Percentages of Color #acc32b

%12
%0
%78
%24

Triadic Colors of #acc32b

#acc32b #2bacc3 #c32bac

Analogous Colors of #acc32b

#acc32b #60c32b #c38e2b

Monochromatic Colors of #acc32b

#acc32b

Complementary Color

#acc32b #422bc3

#acc32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc32b Color CSS Codes

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

#acc32b Text Font Color

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

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


#acc32b Background Color

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

This div background color is #acc32b


#acc32b Border Color

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

This div border color is #acc32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc32b


Comments

No comments written yet.

Please login to write comment.