Color Hex Logo

#ace146 Color Hex

#ACE146
(172,225,70)
0 Favorites   0 Comments

Color spaces of #ace146

RGB 17222570
HSL0.220.720.58
HSV81°69°88°
CMYK 0.240.000.69   0.12
XYZ45.044063.063315.5927
Yxy63.06330.36410.5098
Hunter Lab79.4124-37.723643.9470
CIE-Lab83.4757-38.949666.8732

#ace146 color RGB value is (172,225,70).

#ace146 hex color red value is 172, green value is 225 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #ace146 hue: 0.22 , saturation: 0.72 and the lightness value of ace146 is 0.58.

The process color (four color CMYK) of #ace146 color hex is 0.24, 0.00, 0.69, 0.12. Web safe color of #ace146 is #99cc33. Color #ace146 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100001 01000110
Octal 254 341 106
Decimal 172 225 70
Hex AC E1 46

RGB Percentages of Color #ace146

%36.83
%48.18
%14.99

CMYK Percentages of Color #ace146

%24
%0
%69
%12

Triadic Colors of #ace146

#ace146 #46ace1 #e146ac

Analogous Colors of #ace146

#ace146 #5ee146 #e1c946

Monochromatic Colors of #ace146

#ace146

Complementary Color

#ace146 #7b46e1

#ace146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace146 Color CSS Codes

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

#ace146 Text Font Color

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

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


#ace146 Background Color

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

This div background color is #ace146


#ace146 Border Color

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

This div border color is #ace146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace146


Comments

No comments written yet.

Please login to write comment.