Color Hex Logo

#acfec2 Color Hex

#ACFEC2
(172,254,194)
0 Favorites   0 Comments

Color spaces of #acfec2

RGB 172254194
HSL0.380.980.84
HSV136°32°100°
CMYK 0.320.000.24   0.00
XYZ62.192783.549363.8877
Yxy83.54930.29670.3986
Hunter Lab91.4053-38.506922.5430
CIE-Lab93.2544-36.843620.9336

#acfec2 color RGB value is (172,254,194).

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

The process color (four color CMYK) of #acfec2 color hex is 0.32, 0.00, 0.24, 0.00. Web safe color of #acfec2 is #99ffcc. Color #acfec2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11000010
Octal 254 376 302
Decimal 172 254 194
Hex AC FE C2

RGB Percentages of Color #acfec2

%27.74
%40.97
%31.29

CMYK Percentages of Color #acfec2

%32
%0
%24
%0

Triadic Colors of #acfec2

#acfec2 #c2acfe #fec2ac

Analogous Colors of #acfec2

#acfec2 #acfeeb #bffeac

Monochromatic Colors of #acfec2

#acfec2

Complementary Color

#acfec2 #feace8

#acfec2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfec2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfec2 Color CSS Codes

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

#acfec2 Text Font Color

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

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


#acfec2 Background Color

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

This div background color is #acfec2


#acfec2 Border Color

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

This div border color is #acfec2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfec2

Related Colors


Comments

No comments written yet.

Please login to write comment.