Color Hex Logo

#acc33c Color Hex

#ACC33C
(172,195,60)
0 Favorites   0 Comments

Color spaces of #acc33c

RGB 17219560
HSL0.200.530.50
HSV70°69°76°
CMYK 0.120.000.69   0.24
XYZ37.344048.127111.5962
Yxy48.12710.38470.4958
Hunter Lab69.3737-25.317138.6509
CIE-Lab74.9050-25.621561.9313

#acc33c color RGB value is (172,195,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00111100
Octal 254 303 74
Decimal 172 195 60
Hex AC C3 3C

RGB Percentages of Color #acc33c

%40.28
%45.67
%14.05

CMYK Percentages of Color #acc33c

%12
%0
%69
%24

Triadic Colors of #acc33c

#acc33c #3cacc3 #c33cac

Analogous Colors of #acc33c

#acc33c #69c33c #c3973c

Monochromatic Colors of #acc33c

#acc33c

Complementary Color

#acc33c #533cc3

#acc33c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc33c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc33c Color CSS Codes

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

#acc33c Text Font Color

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

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


#acc33c Background Color

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

This div background color is #acc33c


#acc33c Border Color

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

This div border color is #acc33c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc33c


Comments

No comments written yet.

Please login to write comment.