Color Hex Logo

#ace805 Color Hex

#ACE805
(172,232,5)
0 Favorites   0 Comments

Color spaces of #ace805

RGB 1722325
HSL0.210.960.46
HSV76°98°91°
CMYK 0.260.000.98   0.09
XYZ45.897366.494810.5593
Yxy66.49480.37330.5408
Hunter Lab81.5443-42.233749.4035
CIE-Lab85.2482-44.143582.6786

#ace805 color RGB value is (172,232,5).

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

The process color (four color CMYK) of #ace805 color hex is 0.26, 0.00, 0.98, 0.09. Web safe color of #ace805 is #99ff00. Color #ace805 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11101000 00000101
Octal 254 350 5
Decimal 172 232 5
Hex AC E8 5

RGB Percentages of Color #ace805

%42.05
%56.72
%1.22

CMYK Percentages of Color #ace805

%26
%0
%98
%9

Triadic Colors of #ace805

#ace805 #05ace8 #e805ac

Analogous Colors of #ace805

#ace805 #3be805 #e8b305

Monochromatic Colors of #ace805

#ace805

Complementary Color

#ace805 #4105e8

#ace805 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace805 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace805 Color CSS Codes

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

#ace805 Text Font Color

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

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


#ace805 Background Color

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

This div background color is #ace805


#ace805 Border Color

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

This div border color is #ace805


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace805


Comments

No comments written yet.

Please login to write comment.