Color Hex Logo

#ace949 Color Hex

#ACE949
(172,233,73)
0 Favorites   0 Comments

Color spaces of #ace949

RGB 17223373
HSL0.230.780.60
HSV83°69°91°
CMYK 0.260.000.69   0.09
XYZ47.354867.529516.8420
Yxy67.52950.35950.5127
Hunter Lab82.1763-40.946545.3720
CIE-Lab85.7706-42.286468.1069

#ace949 color RGB value is (172,233,73).

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

The process color (four color CMYK) of #ace949 color hex is 0.26, 0.00, 0.69, 0.09. Web safe color of #ace949 is #99ff33. Color #ace949 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 01001001
Octal 254 351 111
Decimal 172 233 73
Hex AC E9 49

RGB Percentages of Color #ace949

%35.98
%48.74
%15.27

CMYK Percentages of Color #ace949

%26
%0
%69
%9

Triadic Colors of #ace949

#ace949 #49ace9 #e949ac

Analogous Colors of #ace949

#ace949 #5ce949 #e9d649

Monochromatic Colors of #ace949

#ace949

Complementary Color

#ace949 #8649e9

#ace949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace949 Color CSS Codes

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

#ace949 Text Font Color

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

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


#ace949 Background Color

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

This div background color is #ace949


#ace949 Border Color

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

This div border color is #ace949


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,233,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 #ace949">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace949


Comments

No comments written yet.

Please login to write comment.