Color Hex Logo

#acffbc Color Hex

#ACFFBC
(172,255,188)
0 Favorites   0 Comments

Color spaces of #acffbc

RGB 172255188
HSL0.371.000.84
HSV132°33°100°
CMYK 0.330.000.26   0.00
XYZ61.850483.921560.5156
Yxy83.92150.29980.4068
Hunter Lab91.6087-39.799424.9598
CIE-Lab93.4164-38.339724.2121

#acffbc color RGB value is (172,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10111100
Octal 254 377 274
Decimal 172 255 188
Hex AC FF BC

RGB Percentages of Color #acffbc

%27.97
%41.46
%30.57

CMYK Percentages of Color #acffbc

%33
%0
%26
%0

Triadic Colors of #acffbc

#acffbc #bcacff #ffbcac

Analogous Colors of #acffbc

#acffbc #acffe6 #c6ffac

Monochromatic Colors of #acffbc

#acffbc

Complementary Color

#acffbc #ffacef

#acffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffbc Color CSS Codes

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

#acffbc Text Font Color

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

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


#acffbc Background Color

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

This div background color is #acffbc


#acffbc Border Color

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

This div border color is #acffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffbc

#acffbc Color Palettes


Comments

No comments written yet.

Please login to write comment.