Color Hex Logo

#acec55 Color Hex

#ACEC55
(172,236,85)
0 Favorites   0 Comments

Color spaces of #acec55

RGB 17223685
HSL0.240.800.63
HSV85°64°93°
CMYK 0.270.000.64   0.07
XYZ48.648469.417419.4292
Yxy69.41740.35380.5049
Hunter Lab83.3171-41.579844.4958
CIE-Lab86.7103-42.759864.4894

#acec55 color RGB value is (172,236,85).

#acec55 hex color red value is 172, green value is 236 and the blue value of its RGB is 85. Cylindrical-coordinate representations (also known as HSL) of color #acec55 hue: 0.24 , saturation: 0.80 and the lightness value of acec55 is 0.63.

The process color (four color CMYK) of #acec55 color hex is 0.27, 0.00, 0.64, 0.07. Web safe color of #acec55 is #99ff66. Color #acec55 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101100 01010101
Octal 254 354 125
Decimal 172 236 85
Hex AC EC 55

RGB Percentages of Color #acec55

%34.89
%47.87
%17.24

CMYK Percentages of Color #acec55

%27
%0
%64
%7

Triadic Colors of #acec55

#acec55 #55acec #ec55ac

Analogous Colors of #acec55

#acec55 #60ec55 #ece155

Monochromatic Colors of #acec55

#acec55

Complementary Color

#acec55 #9555ec

#acec55 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acec55 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acec55 Color CSS Codes

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

#acec55 Text Font Color

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

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


#acec55 Background Color

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

This div background color is #acec55


#acec55 Border Color

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

This div border color is #acec55


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acec55


Comments

No comments written yet.

Please login to write comment.