Color Hex Logo

#acec3a Color Hex

#ACEC3A
(172,236,58)
0 Favorites   0 Comments

Color spaces of #acec3a

RGB 17223658
HSL0.230.820.58
HSV82°75°93°
CMYK 0.270.000.75   0.07
XYZ47.772469.067014.8164
Yxy69.06700.36290.5246
Hunter Lab83.1066-42.828847.6043
CIE-Lab86.5372-44.428973.9178

#acec3a color RGB value is (172,236,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 00111010
Octal 254 354 72
Decimal 172 236 58
Hex AC EC 3A

RGB Percentages of Color #acec3a

%36.91
%50.64
%12.45

CMYK Percentages of Color #acec3a

%27
%0
%75
%7

Triadic Colors of #acec3a

#acec3a #3aacec #ec3aac

Analogous Colors of #acec3a

#acec3a #53ec3a #ecd33a

Monochromatic Colors of #acec3a

#acec3a

Complementary Color

#acec3a #7a3aec

#acec3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acec3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acec3a Color CSS Codes

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

#acec3a Text Font Color

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

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


#acec3a Background Color

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

This div background color is #acec3a


#acec3a Border Color

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

This div border color is #acec3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acec3a


Comments

No comments written yet.

Please login to write comment.