Color Hex Logo

#acfd99 Color Hex

#ACFD99
(172,253,153)
0 Favorites   0 Comments

Color spaces of #acfd99

RGB 172253153
HSL0.300.960.80
HSV109°40°99°
CMYK 0.320.000.40   0.01
XYZ57.888381.321142.7825
Yxy81.32110.31810.4468
Hunter Lab90.1782-43.227034.9963
CIE-Lab92.2744-42.874140.1931

#acfd99 color RGB value is (172,253,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111101 10011001
Octal 254 375 231
Decimal 172 253 153
Hex AC FD 99

RGB Percentages of Color #acfd99

%29.76
%43.77
%26.47

CMYK Percentages of Color #acfd99

%32
%0
%40
%1

Triadic Colors of #acfd99

#acfd99 #99acfd #fd99ac

Analogous Colors of #acfd99

#acfd99 #99fdb8 #defd99

Monochromatic Colors of #acfd99

#acfd99

Complementary Color

#acfd99 #ea99fd

#acfd99 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfd99 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfd99 Color CSS Codes

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

#acfd99 Text Font Color

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

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


#acfd99 Background Color

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

This div background color is #acfd99


#acfd99 Border Color

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

This div border color is #acfd99


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfd99


Comments

No comments written yet.

Please login to write comment.