Color Hex Logo

#ace62f Color Hex

#ACE62F
(172,230,47)
0 Favorites   0 Comments

Color spaces of #ace62f

RGB 17223047
HSL0.220.790.54
HSV79°80°90°
CMYK 0.250.000.80   0.10
XYZ45.823265.569512.9304
Yxy65.56950.36860.5274
Hunter Lab80.9750-40.694347.2148
CIE-Lab84.7763-42.321075.4462

#ace62f color RGB value is (172,230,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 00101111
Octal 254 346 57
Decimal 172 230 47
Hex AC E6 2F

RGB Percentages of Color #ace62f

%38.31
%51.22
%10.47

CMYK Percentages of Color #ace62f

%25
%0
%80
%10

Triadic Colors of #ace62f

#ace62f #2face6 #e62fac

Analogous Colors of #ace62f

#ace62f #51e62f #e6c52f

Monochromatic Colors of #ace62f

#ace62f

Complementary Color

#ace62f #692fe6

#ace62f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace62f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace62f Color CSS Codes

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

#ace62f Text Font Color

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

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


#ace62f Background Color

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

This div background color is #ace62f


#ace62f Border Color

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

This div border color is #ace62f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace62f


Comments

No comments written yet.

Please login to write comment.