Color Hex Logo

#acf09f Color Hex

#ACF09F
(172,240,159)
0 Favorites   0 Comments

Color spaces of #acf09f

RGB 172240159
HSL0.310.730.78
HSV110°34°94°
CMYK 0.280.000.34   0.06
XYZ54.431473.594044.1371
Yxy73.59400.31620.4275
Hunter Lab85.7869-36.869829.5464
CIE-Lab88.7302-36.207832.5525

#acf09f color RGB value is (172,240,159).

#acf09f hex color red value is 172, green value is 240 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #acf09f hue: 0.31 , saturation: 0.73 and the lightness value of acf09f is 0.78.

The process color (four color CMYK) of #acf09f color hex is 0.28, 0.00, 0.34, 0.06. Web safe color of #acf09f is #99ff99. Color #acf09f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10011111
Octal 254 360 237
Decimal 172 240 159
Hex AC F0 9F

RGB Percentages of Color #acf09f

%30.12
%42.03
%27.85

CMYK Percentages of Color #acf09f

%28
%0
%34
%6

Triadic Colors of #acf09f

#acf09f #9facf0 #f09fac

Analogous Colors of #acf09f

#acf09f #9ff0bb #d5f09f

Monochromatic Colors of #acf09f

#acf09f

Complementary Color

#acf09f #e39ff0

#acf09f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf09f Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf09f Color CSS Codes

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

#acf09f Text Font Color

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

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


#acf09f Background Color

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

This div background color is #acf09f


#acf09f Border Color

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

This div border color is #acf09f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf09f


Comments

No comments written yet.

Please login to write comment.