Color Hex Logo

#ace921 Color Hex

#ACE921
(172,233,33)
0 Favorites   0 Comments

Color spaces of #ace921

RGB 17223333
HSL0.220.820.52
HSV78°86°91°
CMYK 0.260.000.86   0.09
XYZ46.426767.158311.9547
Yxy67.15830.36980.5350
Hunter Lab81.9502-42.288348.7160
CIE-Lab85.5838-44.087879.3760

#ace921 color RGB value is (172,233,33).

#ace921 hex color red value is 172, green value is 233 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #ace921 hue: 0.22 , saturation: 0.82 and the lightness value of ace921 is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101001 00100001
Octal 254 351 41
Decimal 172 233 33
Hex AC E9 21

RGB Percentages of Color #ace921

%39.27
%53.20
%7.53

CMYK Percentages of Color #ace921

%26
%0
%86
%9

Triadic Colors of #ace921

#ace921 #21ace9 #e921ac

Analogous Colors of #ace921

#ace921 #48e921 #e9c221

Monochromatic Colors of #ace921

#ace921

Complementary Color

#ace921 #5e21e9

#ace921 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace921 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace921 Color CSS Codes

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

#ace921 Text Font Color

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

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


#ace921 Background Color

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

This div background color is #ace921


#ace921 Border Color

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

This div border color is #ace921


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace921


Comments

No comments written yet.

Please login to write comment.