Color Hex Logo

#acffb2 Color Hex

#ACFFB2
(172,255,178)
0 Favorites   0 Comments

Color spaces of #acffb2

RGB 172255178
HSL0.351.000.84
HSV124°33°100°
CMYK 0.330.000.30   0.00
XYZ60.809183.505055.0326
Yxy83.50500.30500.4189
Hunter Lab91.3811-41.134928.2604
CIE-Lab93.2351-40.003529.0238

#acffb2 color RGB value is (172,255,178).

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

The process color (four color CMYK) of #acffb2 color hex is 0.33, 0.00, 0.30, 0.00. Web safe color of #acffb2 is #99ff99. Color #acffb2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10110010
Octal 254 377 262
Decimal 172 255 178
Hex AC FF B2

RGB Percentages of Color #acffb2

%28.43
%42.15
%29.42

CMYK Percentages of Color #acffb2

%33
%0
%30
%0

Triadic Colors of #acffb2

#acffb2 #b2acff #ffb2ac

Analogous Colors of #acffb2

#acffb2 #acffdc #d0ffac

Monochromatic Colors of #acffb2

#acffb2

Complementary Color

#acffb2 #ffacf9

#acffb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffb2 Color CSS Codes

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

#acffb2 Text Font Color

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

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


#acffb2 Background Color

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

This div background color is #acffb2


#acffb2 Border Color

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

This div border color is #acffb2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffb2


Comments

No comments written yet.

Please login to write comment.