Color Hex Logo

#acffdd Color Hex

#ACFFDD
(172,255,221)
0 Favorites   0 Comments

Color spaces of #acffdd

RGB 172255221
HSL0.431.000.84
HSV155°33°100°
CMYK 0.330.000.13   0.00
XYZ65.824485.511181.4426
Yxy85.51110.28280.3674
Hunter Lab92.4722-34.764912.5124
CIE-Lab94.1029-32.21108.2836

#acffdd color RGB value is (172,255,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11011101
Octal 254 377 335
Decimal 172 255 221
Hex AC FF DD

RGB Percentages of Color #acffdd

%26.54
%39.35
%34.10

CMYK Percentages of Color #acffdd

%33
%0
%13
%0

Triadic Colors of #acffdd

#acffdd #ddacff #ffddac

Analogous Colors of #acffdd

#acffdd #acf8ff #acffb4

Monochromatic Colors of #acffdd

#acffdd

Complementary Color

#acffdd #ffacce

#acffdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffdd Color CSS Codes

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

#acffdd Text Font Color

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

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


#acffdd Background Color

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

This div background color is #acffdd


#acffdd Border Color

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

This div border color is #acffdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffdd

Related Colors


Comments

No comments written yet.

Please login to write comment.