Color Hex Logo

#abf4ac Color Hex

#ABF4AC
(171,244,172)
0 Favorites   0 Comments

Color spaces of #abf4ac

RGB 171244172
HSL0.340.770.81
HSV121°30°96°
CMYK 0.300.000.30   0.04
XYZ56.591776.337950.7817
Yxy76.33790.30800.4155
Hunter Lab87.3716-37.283526.6998
CIE-Lab90.0160-36.327927.6860

#abf4ac color RGB value is (171,244,172).

#abf4ac hex color red value is 171, green value is 244 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #abf4ac hue: 0.34 , saturation: 0.77 and the lightness value of abf4ac is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11110100 10101100
Octal 253 364 254
Decimal 171 244 172
Hex AB F4 AC

RGB Percentages of Color #abf4ac

%29.13
%41.57
%29.30

CMYK Percentages of Color #abf4ac

%30
%0
%30
%4

Triadic Colors of #abf4ac

#abf4ac #acabf4 #f4acab

Analogous Colors of #abf4ac

#abf4ac #abf4d1 #cff4ab

Monochromatic Colors of #abf4ac

#abf4ac

Complementary Color

#abf4ac #f4abf3

#abf4ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abf4ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#abf4ac Color CSS Codes

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

#abf4ac Text Font Color

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

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


#abf4ac Background Color

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

This div background color is #abf4ac


#abf4ac Border Color

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

This div border color is #abf4ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abf4ac


Comments

No comments written yet.

Please login to write comment.