Color Hex Logo

#ace285 Color Hex

#ACE285
(172,226,133)
0 Favorites   0 Comments

Color spaces of #ace285

RGB 172226133
HSL0.260.620.70
HSV95°41°89°
CMYK 0.240.000.41   0.11
XYZ48.443364.856832.1557
Yxy64.85680.33300.4459
Hunter Lab80.5337-33.561232.7001
CIE-Lab84.4099-33.407039.9333

#ace285 color RGB value is (172,226,133).

#ace285 hex color red value is 172, green value is 226 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ace285 hue: 0.26 , saturation: 0.62 and the lightness value of ace285 is 0.70.

The process color (four color CMYK) of #ace285 color hex is 0.24, 0.00, 0.41, 0.11. Web safe color of #ace285 is #99cc99. Color #ace285 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 10000101
Octal 254 342 205
Decimal 172 226 133
Hex AC E2 85

RGB Percentages of Color #ace285

%32.39
%42.56
%25.05

CMYK Percentages of Color #ace285

%24
%0
%41
%11

Triadic Colors of #ace285

#ace285 #85ace2 #e285ac

Analogous Colors of #ace285

#ace285 #85e28d #dbe285

Monochromatic Colors of #ace285

#ace285

Complementary Color

#ace285 #bb85e2

#ace285 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace285 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace285 Color CSS Codes

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

#ace285 Text Font Color

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

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


#ace285 Background Color

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

This div background color is #ace285


#ace285 Border Color

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

This div border color is #ace285


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace285


Comments

No comments written yet.

Please login to write comment.