Color Hex Logo

#acffce Color Hex

#ACFFCE
(172,255,206)
0 Favorites   0 Comments

Color spaces of #acffce

RGB 172255206
HSL0.401.000.84
HSV145°33°100°
CMYK 0.330.000.19   0.00
XYZ63.913884.746971.3817
Yxy84.74690.29050.3851
Hunter Lab92.0581-37.173218.4673
CIE-Lab93.7739-35.115215.5231

#acffce color RGB value is (172,255,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 11001110
Octal 254 377 316
Decimal 172 255 206
Hex AC FF CE

RGB Percentages of Color #acffce

%27.17
%40.28
%32.54

CMYK Percentages of Color #acffce

%33
%0
%19
%0

Triadic Colors of #acffce

#acffce #ceacff #ffceac

Analogous Colors of #acffce

#acffce #acfff8 #b4ffac

Monochromatic Colors of #acffce

#acffce

Complementary Color

#acffce #ffacdd

#acffce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffce Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffce Color CSS Codes

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

#acffce Text Font Color

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

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


#acffce Background Color

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

This div background color is #acffce


#acffce Border Color

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

This div border color is #acffce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffce

Related Colors


Comments

No comments written yet.

Please login to write comment.