Color Hex Logo

#acc01e Color Hex

#ACC01E
(172,192,30)
0 Favorites   0 Comments

Color spaces of #acc01e

RGB 17219230
HSL0.190.730.44
HSV67°84°75°
CMYK 0.100.000.84   0.25
XYZ36.097246.56378.3135
Yxy46.56370.39680.5118
Hunter Lab68.2376-24.990640.5429
CIE-Lab73.9098-25.453670.1697

#acc01e color RGB value is (172,192,30).

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

The process color (four color CMYK) of #acc01e color hex is 0.10, 0.00, 0.84, 0.25. Web safe color of #acc01e is #99cc33. Color #acc01e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 00011110
Octal 254 300 36
Decimal 172 192 30
Hex AC C0 1E

RGB Percentages of Color #acc01e

%43.65
%48.73
%7.61

CMYK Percentages of Color #acc01e

%10
%0
%84
%25

Triadic Colors of #acc01e

#acc01e #1eacc0 #c01eac

Analogous Colors of #acc01e

#acc01e #5bc01e #c0831e

Monochromatic Colors of #acc01e

#acc01e

Complementary Color

#acc01e #321ec0

#acc01e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc01e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc01e Color CSS Codes

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

#acc01e Text Font Color

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

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


#acc01e Background Color

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

This div background color is #acc01e


#acc01e Border Color

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

This div border color is #acc01e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,192,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 #acc01e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc01e


Comments

No comments written yet.

Please login to write comment.