Color Hex Logo

#acffb4 Color Hex

#ACFFB4
(172,255,180)
0 Favorites   0 Comments

Color spaces of #acffb4

RGB 172255180
HSL0.351.000.84
HSV126°33°100°
CMYK 0.330.000.29   0.00
XYZ61.011583.585956.0981
Yxy83.58590.30400.4165
Hunter Lab91.4253-40.874727.6177
CIE-Lab93.2703-39.678028.0630

#acffb4 color RGB value is (172,255,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10110100
Octal 254 377 264
Decimal 172 255 180
Hex AC FF B4

RGB Percentages of Color #acffb4

%28.34
%42.01
%29.65

CMYK Percentages of Color #acffb4

%33
%0
%29
%0

Triadic Colors of #acffb4

#acffb4 #b4acff #ffb4ac

Analogous Colors of #acffb4

#acffb4 #acffde #ceffac

Monochromatic Colors of #acffb4

#acffb4

Complementary Color

#acffb4 #ffacf7

#acffb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffb4 Color CSS Codes

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

#acffb4 Text Font Color

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

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


#acffb4 Background Color

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

This div background color is #acffb4


#acffb4 Border Color

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

This div border color is #acffb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffb4


Comments

No comments written yet.

Please login to write comment.