Color Hex Logo

#ace620 Color Hex

#ACE620
(172,230,32)
0 Favorites   0 Comments

Color spaces of #ace620

RGB 17223032
HSL0.220.800.51
HSV78°86°90°
CMYK 0.250.000.86   0.10
XYZ45.570865.468611.6014
Yxy65.46860.37160.5338
Hunter Lab80.9127-41.064248.1378
CIE-Lab84.7246-42.819278.8475

#ace620 color RGB value is (172,230,32).

#ace620 hex color red value is 172, green value is 230 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #ace620 hue: 0.22 , saturation: 0.80 and the lightness value of ace620 is 0.51.

The process color (four color CMYK) of #ace620 color hex is 0.25, 0.00, 0.86, 0.10. Web safe color of #ace620 is #99ff33. Color #ace620 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 00100000
Octal 254 346 40
Decimal 172 230 32
Hex AC E6 20

RGB Percentages of Color #ace620

%39.63
%53.00
%7.37

CMYK Percentages of Color #ace620

%25
%0
%86
%10

Triadic Colors of #ace620

#ace620 #20ace6 #e620ac

Analogous Colors of #ace620

#ace620 #49e620 #e6bd20

Monochromatic Colors of #ace620

#ace620

Complementary Color

#ace620 #5a20e6

#ace620 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace620 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace620 Color CSS Codes

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

#ace620 Text Font Color

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

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


#ace620 Background Color

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

This div background color is #ace620


#ace620 Border Color

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

This div border color is #ace620


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace620


Comments

No comments written yet.

Please login to write comment.