Color Hex Logo

#acc31e Color Hex

#ACC31E
(172,195,30)
0 Favorites   0 Comments

Color spaces of #acc31e

RGB 17219530
HSL0.190.730.44
HSV68°85°76°
CMYK 0.120.000.85   0.24
XYZ36.762747.89468.5353
Yxy47.89460.39450.5139
Hunter Lab69.2059-26.289841.1318
CIE-Lab74.7584-26.899670.8848

#acc31e color RGB value is (172,195,30).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000011 00011110
Octal 254 303 36
Decimal 172 195 30
Hex AC C3 1E

RGB Percentages of Color #acc31e

%43.32
%49.12
%7.56

CMYK Percentages of Color #acc31e

%12
%0
%85
%24

Triadic Colors of #acc31e

#acc31e #1eacc3 #c31eac

Analogous Colors of #acc31e

#acc31e #5ac31e #c3881e

Monochromatic Colors of #acc31e

#acc31e

Complementary Color

#acc31e #351ec3

#acc31e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc31e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc31e Color CSS Codes

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

#acc31e Text Font Color

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

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


#acc31e Background Color

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

This div background color is #acc31e


#acc31e Border Color

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

This div border color is #acc31e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc31e


Comments

No comments written yet.

Please login to write comment.