Color Hex Logo

#acc33a Color Hex

#ACC33A
(172,195,58)
0 Favorites   0 Comments

Color spaces of #acc33a

RGB 17219558
HSL0.190.540.50
HSV70°70°76°
CMYK 0.120.000.70   0.24
XYZ37.292148.106411.3229
Yxy48.10640.38560.4974
Hunter Lab69.3588-25.403938.8720
CIE-Lab74.8920-25.735062.6595

#acc33a color RGB value is (172,195,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00111010
Octal 254 303 72
Decimal 172 195 58
Hex AC C3 3A

RGB Percentages of Color #acc33a

%40.47
%45.88
%13.65

CMYK Percentages of Color #acc33a

%12
%0
%70
%24

Triadic Colors of #acc33a

#acc33a #3aacc3 #c33aac

Analogous Colors of #acc33a

#acc33a #68c33a #c3963a

Monochromatic Colors of #acc33a

#acc33a

Complementary Color

#acc33a #513ac3

#acc33a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc33a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc33a Color CSS Codes

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

#acc33a Text Font Color

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

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


#acc33a Background Color

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

This div background color is #acc33a


#acc33a Border Color

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

This div border color is #acc33a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc33a


Comments

No comments written yet.

Please login to write comment.