Color Hex Logo

#acea0c Color Hex

#ACEA0C
(172,234,12)
0 Favorites   0 Comments

Color spaces of #acea0c

RGB 17223412
HSL0.210.900.48
HSV77°95°92°
CMYK 0.260.000.95   0.08
XYZ46.502467.642810.9533
Yxy67.64280.37170.5407
Hunter Lab82.2452-43.003249.6755
CIE-Lab85.8275-44.924382.5486

#acea0c color RGB value is (172,234,12).

#acea0c hex color red value is 172, green value is 234 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #acea0c hue: 0.21 , saturation: 0.90 and the lightness value of acea0c is 0.48.

The process color (four color CMYK) of #acea0c color hex is 0.26, 0.00, 0.95, 0.08. Web safe color of #acea0c is #99ff00. Color #acea0c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101010 00001100
Octal 254 352 14
Decimal 172 234 12
Hex AC EA C

RGB Percentages of Color #acea0c

%41.15
%55.98
%2.87

CMYK Percentages of Color #acea0c

%26
%0
%95
%8

Triadic Colors of #acea0c

#acea0c #0cacea #ea0cac

Analogous Colors of #acea0c

#acea0c #3dea0c #eab90c

Monochromatic Colors of #acea0c

#acea0c

Complementary Color

#acea0c #4a0cea

#acea0c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acea0c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acea0c Color CSS Codes

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

#acea0c Text Font Color

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

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


#acea0c Background Color

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

This div background color is #acea0c


#acea0c Border Color

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

This div border color is #acea0c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acea0c


Comments

No comments written yet.

Please login to write comment.