Color Hex Logo

#acffdc Color Hex

#ACFFDC
(172,255,220)
0 Favorites   0 Comments

Color spaces of #acffdc

RGB 172255220
HSL0.431.000.84
HSV155°33°100°
CMYK 0.330.000.14   0.00
XYZ65.691585.458080.7429
Yxy85.45800.28330.3685
Hunter Lab92.4435-34.931812.9248
CIE-Lab94.0801-32.41078.7657

#acffdc color RGB value is (172,255,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11011100
Octal 254 377 334
Decimal 172 255 220
Hex AC FF DC

RGB Percentages of Color #acffdc

%26.58
%39.41
%34.00

CMYK Percentages of Color #acffdc

%33
%0
%14
%0

Triadic Colors of #acffdc

#acffdc #dcacff #ffdcac

Analogous Colors of #acffdc

#acffdc #acf9ff #acffb3

Monochromatic Colors of #acffdc

#acffdc

Complementary Color

#acffdc #ffaccf

#acffdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffdc Color CSS Codes

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

#acffdc Text Font Color

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

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


#acffdc Background Color

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

This div background color is #acffdc


#acffdc Border Color

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

This div border color is #acffdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffdc

Related Colors


Comments

No comments written yet.

Please login to write comment.