Color Hex Logo

#ace65f Color Hex

#ACE65F
(172,230,95)
0 Favorites   0 Comments

Color spaces of #ace65f

RGB 17223095
HSL0.240.730.64
HSV86°59°90°
CMYK 0.250.000.59   0.10
XYZ47.375666.190521.1056
Yxy66.19050.35180.4915
Hunter Lab81.3575-38.432741.5694
CIE-Lab85.0935-39.309758.5523

#ace65f color RGB value is (172,230,95).

#ace65f hex color red value is 172, green value is 230 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #ace65f hue: 0.24 , saturation: 0.73 and the lightness value of ace65f is 0.64.

The process color (four color CMYK) of #ace65f color hex is 0.25, 0.00, 0.59, 0.10. Web safe color of #ace65f is #99ff66. Color #ace65f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11100110 01011111
Octal 254 346 137
Decimal 172 230 95
Hex AC E6 5F

RGB Percentages of Color #ace65f

%34.61
%46.28
%19.11

CMYK Percentages of Color #ace65f

%25
%0
%59
%10

Triadic Colors of #ace65f

#ace65f #5face6 #e65fac

Analogous Colors of #ace65f

#ace65f #69e65f #e6dd5f

Monochromatic Colors of #ace65f

#ace65f

Complementary Color

#ace65f #995fe6

#ace65f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ace65f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ace65f Color CSS Codes

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

#ace65f Text Font Color

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

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


#ace65f Background Color

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

This div background color is #ace65f


#ace65f Border Color

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

This div border color is #ace65f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ace65f


Comments

No comments written yet.

Please login to write comment.