Color Hex Logo

#acc92c Color Hex

#ACC92C
(172,201,44)
0 Favorites   0 Comments

Color spaces of #acc92c

RGB 17220144
HSL0.200.640.48
HSV71°78°79°
CMYK 0.140.000.78   0.21
XYZ38.354550.725810.1524
Yxy50.72580.38650.5112
Hunter Lab71.2220-28.512841.4039
CIE-Lab76.5126-29.277068.8131

#acc92c color RGB value is (172,201,44).

#acc92c hex color red value is 172, green value is 201 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acc92c hue: 0.20 , saturation: 0.64 and the lightness value of acc92c is 0.48.

The process color (four color CMYK) of #acc92c color hex is 0.14, 0.00, 0.78, 0.21. Web safe color of #acc92c is #99cc33. Color #acc92c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 00101100
Octal 254 311 54
Decimal 172 201 44
Hex AC C9 2C

RGB Percentages of Color #acc92c

%41.25
%48.20
%10.55

CMYK Percentages of Color #acc92c

%14
%0
%78
%21

Triadic Colors of #acc92c

#acc92c #2cacc9 #c92cac

Analogous Colors of #acc92c

#acc92c #5ec92c #c9982c

Monochromatic Colors of #acc92c

#acc92c

Complementary Color

#acc92c #492cc9

#acc92c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc92c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc92c Color CSS Codes

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

#acc92c Text Font Color

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

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


#acc92c Background Color

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

This div background color is #acc92c


#acc92c Border Color

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

This div border color is #acc92c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc92c


Comments

No comments written yet.

Please login to write comment.