Color Hex Logo

#acfec6 Color Hex

#ACFEC6
(172,254,198)
0 Favorites   0 Comments

Color spaces of #acfec6

RGB 172254198
HSL0.390.980.84
HSV139°32°100°
CMYK 0.320.000.22   0.00
XYZ62.648183.731566.2860
Yxy83.73150.29460.3937
Hunter Lab91.5049-37.925021.1039
CIE-Lab93.3338-36.128719.0009

#acfec6 color RGB value is (172,254,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 11000110
Octal 254 376 306
Decimal 172 254 198
Hex AC FE C6

RGB Percentages of Color #acfec6

%27.56
%40.71
%31.73

CMYK Percentages of Color #acfec6

%32
%0
%22
%0

Triadic Colors of #acfec6

#acfec6 #c6acfe #fec6ac

Analogous Colors of #acfec6

#acfec6 #acfeef #bbfeac

Monochromatic Colors of #acfec6

#acfec6

Complementary Color

#acfec6 #feace4

#acfec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfec6 Color CSS Codes

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

#acfec6 Text Font Color

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

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


#acfec6 Background Color

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

This div background color is #acfec6


#acfec6 Border Color

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

This div border color is #acfec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfec6

Related Colors


Comments

No comments written yet.

Please login to write comment.