Color Hex Logo

#acfe58 Color Hex

#ACFE58
(172,254,88)
0 Favorites   0 Comments

Color spaces of #acfe58

RGB 17225488
HSL0.250.990.67
HSV90°65°100°
CMYK 0.320.000.65   0.00
XYZ54.216580.358921.8858
Yxy80.35890.34650.5136
Hunter Lab89.6431-48.918048.2749
CIE-Lab91.8457-50.183568.7849

#acfe58 color RGB value is (172,254,88).

#acfe58 hex color red value is 172, green value is 254 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #acfe58 hue: 0.25 , saturation: 0.99 and the lightness value of acfe58 is 0.67.

The process color (four color CMYK) of #acfe58 color hex is 0.32, 0.00, 0.65, 0.00. Web safe color of #acfe58 is #99ff66. Color #acfe58 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 01011000
Octal 254 376 130
Decimal 172 254 88
Hex AC FE 58

RGB Percentages of Color #acfe58

%33.46
%49.42
%17.12

CMYK Percentages of Color #acfe58

%32
%0
%65
%0

Triadic Colors of #acfe58

#acfe58 #58acfe #fe58ac

Analogous Colors of #acfe58

#acfe58 #59fe58 #fefd58

Monochromatic Colors of #acfe58

#acfe58

Complementary Color

#acfe58 #aa58fe

#acfe58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe58 Color CSS Codes

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

#acfe58 Text Font Color

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

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


#acfe58 Background Color

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

This div background color is #acfe58


#acfe58 Border Color

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

This div border color is #acfe58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe58


Comments

No comments written yet.

Please login to write comment.