Color Hex Logo

#ace305 Color Hex

#ACE305
(172,227,5)
0 Favorites   0 Comments

Color spaces of #ace305

RGB 1722275
HSL0.210.960.45
HSV75°98°89°
CMYK 0.240.000.98   0.11
XYZ44.509763.719810.0968
Yxy63.71980.37620.5385
Hunter Lab79.8247-40.162848.3779
CIE-Lab83.8197-41.979881.5773

#ace305 color RGB value is (172,227,5).

#ace305 hex color red value is 172, green value is 227 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #ace305 hue: 0.21 , saturation: 0.96 and the lightness value of ace305 is 0.45.

The process color (four color CMYK) of #ace305 color hex is 0.24, 0.00, 0.98, 0.11. Web safe color of #ace305 is #99cc00. Color #ace305 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100011 00000101
Octal 254 343 5
Decimal 172 227 5
Hex AC E3 5

RGB Percentages of Color #ace305

%42.57
%56.19
%1.24

CMYK Percentages of Color #ace305

%24
%0
%98
%11

Triadic Colors of #ace305

#ace305 #05ace3 #e305ac

Analogous Colors of #ace305

#ace305 #3de305 #e3ab05

Monochromatic Colors of #ace305

#ace305

Complementary Color

#ace305 #3c05e3

#ace305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace305 Color CSS Codes

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

#ace305 Text Font Color

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

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


#ace305 Background Color

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

This div background color is #ace305


#ace305 Border Color

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

This div border color is #ace305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace305


Comments

No comments written yet.

Please login to write comment.