Color Hex Logo

#acfb9a Color Hex

#ACFB9A
(172,251,154)
0 Favorites   0 Comments

Color spaces of #acfb9a

RGB 172251154
HSL0.300.920.79
HSV109°39°98°
CMYK 0.310.000.39   0.02
XYZ57.343280.098143.0100
Yxy80.09810.31780.4439
Hunter Lab89.4975-42.251534.1552
CIE-Lab91.7289-41.857238.9934

#acfb9a color RGB value is (172,251,154).

#acfb9a hex color red value is 172, green value is 251 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #acfb9a hue: 0.30 , saturation: 0.92 and the lightness value of acfb9a is 0.79.

The process color (four color CMYK) of #acfb9a color hex is 0.31, 0.00, 0.39, 0.02. Web safe color of #acfb9a is #99ff99. Color #acfb9a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 10011010
Octal 254 373 232
Decimal 172 251 154
Hex AC FB 9A

RGB Percentages of Color #acfb9a

%29.81
%43.50
%26.69

CMYK Percentages of Color #acfb9a

%31
%0
%39
%2

Triadic Colors of #acfb9a

#acfb9a #9aacfb #fb9aac

Analogous Colors of #acfb9a

#acfb9a #9afbb9 #ddfb9a

Monochromatic Colors of #acfb9a

#acfb9a

Complementary Color

#acfb9a #e99afb

#acfb9a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb9a Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb9a Color CSS Codes

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

#acfb9a Text Font Color

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

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


#acfb9a Background Color

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

This div background color is #acfb9a


#acfb9a Border Color

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

This div border color is #acfb9a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb9a

Related Colors


Comments

No comments written yet.

Please login to write comment.