Color Hex Logo

#acffd2 Color Hex

#ACFFD2
(172,255,210)
0 Favorites   0 Comments

Color spaces of #acffd2

RGB 172255210
HSL0.411.000.84
HSV147°33°100°
CMYK 0.330.000.18   0.00
XYZ64.406184.943873.9740
Yxy84.94380.28840.3804
Hunter Lab92.1650-36.550516.9278
CIE-Lab93.8589-34.359513.5913

#acffd2 color RGB value is (172,255,210).

#acffd2 hex color red value is 172, green value is 255 and the blue value of its RGB is 210. Cylindrical-coordinate representations (also known as HSL) of color #acffd2 hue: 0.41 , saturation: 1.00 and the lightness value of acffd2 is 0.84.

The process color (four color CMYK) of #acffd2 color hex is 0.33, 0.00, 0.18, 0.00. Web safe color of #acffd2 is #99ffcc. Color #acffd2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11010010
Octal 254 377 322
Decimal 172 255 210
Hex AC FF D2

RGB Percentages of Color #acffd2

%27.00
%40.03
%32.97

CMYK Percentages of Color #acffd2

%33
%0
%18
%0

Triadic Colors of #acffd2

#acffd2 #d2acff #ffd2ac

Analogous Colors of #acffd2

#acffd2 #acfffc #b0ffac

Monochromatic Colors of #acffd2

#acffd2

Complementary Color

#acffd2 #ffacd9

#acffd2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffd2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffd2 Color CSS Codes

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

#acffd2 Text Font Color

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

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


#acffd2 Background Color

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

This div background color is #acffd2


#acffd2 Border Color

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

This div border color is #acffd2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffd2


Comments

No comments written yet.

Please login to write comment.