Color Hex Logo

#acec2c Color Hex

#ACEC2C
(172,236,44)
0 Favorites   0 Comments

Color spaces of #acec2c

RGB 17223644
HSL0.220.830.55
HSV80°81°93°
CMYK 0.270.000.81   0.07
XYZ47.463368.943413.1887
Yxy68.94340.36620.5320
Hunter Lab83.0322-43.271148.7050
CIE-Lab86.4760-45.024377.7264

#acec2c color RGB value is (172,236,44).

#acec2c hex color red value is 172, green value is 236 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #acec2c hue: 0.22 , saturation: 0.83 and the lightness value of acec2c is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 00101100
Octal 254 354 54
Decimal 172 236 44
Hex AC EC 2C

RGB Percentages of Color #acec2c

%38.05
%52.21
%9.73

CMYK Percentages of Color #acec2c

%27
%0
%81
%7

Triadic Colors of #acec2c

#acec2c #2cacec #ec2cac

Analogous Colors of #acec2c

#acec2c #4cec2c #eccc2c

Monochromatic Colors of #acec2c

#acec2c

Complementary Color

#acec2c #6c2cec

#acec2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acec2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acec2c Color CSS Codes

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

#acec2c Text Font Color

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

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


#acec2c Background Color

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

This div background color is #acec2c


#acec2c Border Color

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

This div border color is #acec2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acec2c


Comments

No comments written yet.

Please login to write comment.