Color Hex Logo

#acffab Color Hex

#ACFFAB
(172,255,171)
0 Favorites   0 Comments

Color spaces of #acffab

RGB 172255171
HSL0.331.000.84
HSV119°33°100°
CMYK 0.330.000.33   0.00
XYZ60.123983.230951.4244
Yxy83.23090.30870.4273
Hunter Lab91.2310-42.017430.4415
CIE-Lab93.1154-41.112132.3783

#acffab color RGB value is (172,255,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 10101011
Octal 254 377 253
Decimal 172 255 171
Hex AC FF AB

RGB Percentages of Color #acffab

%28.76
%42.64
%28.60

CMYK Percentages of Color #acffab

%33
%0
%33
%0

Triadic Colors of #acffab

#acffab #abacff #ffabac

Analogous Colors of #acffab

#acffab #abffd4 #d6ffab

Monochromatic Colors of #acffab

#acffab

Complementary Color

#acffab #feabff

#acffab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acffab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acffab Color CSS Codes

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

#acffab Text Font Color

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

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


#acffab Background Color

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

This div background color is #acffab


#acffab Border Color

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

This div border color is #acffab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acffab

Related Colors


Comments

No comments written yet.

Please login to write comment.