Color Hex Logo

#acfe99 Color Hex

#ACFE99
(172,254,153)
0 Favorites   0 Comments

Color spaces of #acfe99

RGB 172254153
HSL0.300.980.80
HSV109°40°100°
CMYK 0.320.000.40   0.00
XYZ58.204881.954242.8880
Yxy81.95420.31800.4477
Hunter Lab90.5286-43.659535.2813
CIE-Lab92.5546-43.311140.5560

#acfe99 color RGB value is (172,254,153).

#acfe99 hex color red value is 172, green value is 254 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #acfe99 hue: 0.30 , saturation: 0.98 and the lightness value of acfe99 is 0.80.

The process color (four color CMYK) of #acfe99 color hex is 0.32, 0.00, 0.40, 0.00. Web safe color of #acfe99 is #99ff99. Color #acfe99 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10011001
Octal 254 376 231
Decimal 172 254 153
Hex AC FE 99

RGB Percentages of Color #acfe99

%29.71
%43.87
%26.42

CMYK Percentages of Color #acfe99

%32
%0
%40
%0

Triadic Colors of #acfe99

#acfe99 #99acfe #fe99ac

Analogous Colors of #acfe99

#acfe99 #99feb9 #dffe99

Monochromatic Colors of #acfe99

#acfe99

Complementary Color

#acfe99 #eb99fe

#acfe99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfe99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfe99 Color CSS Codes

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

#acfe99 Text Font Color

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

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


#acfe99 Background Color

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

This div background color is #acfe99


#acfe99 Border Color

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

This div border color is #acfe99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfe99

Related Colors


Comments

No comments written yet.

Please login to write comment.