Color Hex Logo

#acfeab Color Hex

#ACFEAB
(172,254,171)
0 Favorites   0 Comments

Color spaces of #acfeab

RGB 172254171
HSL0.330.980.83
HSV119°33°100°
CMYK 0.320.000.33   0.00
XYZ59.805882.594651.3183
Yxy82.59460.30870.4264
Hunter Lab90.8816-41.578530.1377
CIE-Lab92.8367-40.668832.0048

#acfeab color RGB value is (172,254,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111110 10101011
Octal 254 376 253
Decimal 172 254 171
Hex AC FE AB

RGB Percentages of Color #acfeab

%28.81
%42.55
%28.64

CMYK Percentages of Color #acfeab

%32
%0
%33
%0

Triadic Colors of #acfeab

#acfeab #abacfe #feabac

Analogous Colors of #acfeab

#acfeab #abfed4 #d6feab

Monochromatic Colors of #acfeab

#acfeab

Complementary Color

#acfeab #fdabfe

#acfeab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfeab Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfeab Color CSS Codes

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

#acfeab Text Font Color

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

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


#acfeab Background Color

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

This div background color is #acfeab


#acfeab Border Color

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

This div border color is #acfeab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,254,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 #acfeab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfeab


Comments

No comments written yet.

Please login to write comment.