Color Hex Logo

#ace449 Color Hex

#ACE449
(172,228,73)
0 Favorites   0 Comments

Color spaces of #ace449

RGB 17222873
HSL0.230.740.59
HSV82°68°89°
CMYK 0.250.000.68   0.11
XYZ45.959364.738516.3768
Yxy64.73850.36170.5095
Hunter Lab80.4602-38.845344.2543
CIE-Lab84.3488-40.090466.6532

#ace449 color RGB value is (172,228,73).

#ace449 hex color red value is 172, green value is 228 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #ace449 hue: 0.23 , saturation: 0.74 and the lightness value of ace449 is 0.59.

The process color (four color CMYK) of #ace449 color hex is 0.25, 0.00, 0.68, 0.11. Web safe color of #ace449 is #99cc33. Color #ace449 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100100 01001001
Octal 254 344 111
Decimal 172 228 73
Hex AC E4 49

RGB Percentages of Color #ace449

%36.36
%48.20
%15.43

CMYK Percentages of Color #ace449

%25
%0
%68
%11

Triadic Colors of #ace449

#ace449 #49ace4 #e449ac

Analogous Colors of #ace449

#ace449 #5fe449 #e4cf49

Monochromatic Colors of #ace449

#ace449

Complementary Color

#ace449 #8149e4

#ace449 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace449 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace449 Color CSS Codes

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

#ace449 Text Font Color

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

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


#ace449 Background Color

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

This div background color is #ace449


#ace449 Border Color

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

This div border color is #ace449


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace449


Comments

No comments written yet.

Please login to write comment.