Color Hex Logo

#ace294 Color Hex

#ACE294
(172,226,148)
0 Favorites   0 Comments

Color spaces of #ace294

RGB 172226148
HSL0.280.570.73
HSV102°35°89°
CMYK 0.240.000.35   0.11
XYZ49.554965.301538.0096
Yxy65.30150.32420.4272
Hunter Lab80.8093-31.954428.6788
CIE-Lab84.6389-31.362232.6920

#ace294 color RGB value is (172,226,148).

#ace294 hex color red value is 172, green value is 226 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ace294 hue: 0.28 , saturation: 0.57 and the lightness value of ace294 is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100010 10010100
Octal 254 342 224
Decimal 172 226 148
Hex AC E2 94

RGB Percentages of Color #ace294

%31.50
%41.39
%27.11

CMYK Percentages of Color #ace294

%24
%0
%35
%11

Triadic Colors of #ace294

#ace294 #94ace2 #e294ac

Analogous Colors of #ace294

#ace294 #94e2a3 #d3e294

Monochromatic Colors of #ace294

#ace294

Complementary Color

#ace294 #ca94e2

#ace294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace294 Color CSS Codes

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

#ace294 Text Font Color

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

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


#ace294 Background Color

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

This div background color is #ace294


#ace294 Border Color

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

This div border color is #ace294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace294


Comments

No comments written yet.

Please login to write comment.