Color Hex Logo

#acec3c Color Hex

#ACEC3C
(172,236,60)
0 Favorites   0 Comments

Color spaces of #acec3c

RGB 17223660
HSL0.230.820.58
HSV82°75°93°
CMYK 0.270.000.75   0.07
XYZ47.824369.087815.0896
Yxy69.08780.36230.5234
Hunter Lab83.1191-42.754747.4197
CIE-Lab86.5475-44.329373.3071

#acec3c color RGB value is (172,236,60).

#acec3c hex color red value is 172, green value is 236 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #acec3c hue: 0.23 , saturation: 0.82 and the lightness value of acec3c is 0.58.

The process color (four color CMYK) of #acec3c color hex is 0.27, 0.00, 0.75, 0.07. Web safe color of #acec3c is #99ff33. Color #acec3c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 00111100
Octal 254 354 74
Decimal 172 236 60
Hex AC EC 3C

RGB Percentages of Color #acec3c

%36.75
%50.43
%12.82

CMYK Percentages of Color #acec3c

%27
%0
%75
%7

Triadic Colors of #acec3c

#acec3c #3cacec #ec3cac

Analogous Colors of #acec3c

#acec3c #54ec3c #ecd43c

Monochromatic Colors of #acec3c

#acec3c

Complementary Color

#acec3c #7c3cec

#acec3c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acec3c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acec3c Color CSS Codes

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

#acec3c Text Font Color

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

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


#acec3c Background Color

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

This div background color is #acec3c


#acec3c Border Color

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

This div border color is #acec3c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acec3c


Comments

No comments written yet.

Please login to write comment.