Color Hex Logo

#acf09e Color Hex

#ACF09E
(172,240,158)
0 Favorites   0 Comments

Color spaces of #acf09e

RGB 172240158
HSL0.300.730.78
HSV110°34°94°
CMYK 0.280.000.34   0.06
XYZ54.344973.559543.6819
Yxy73.55950.31670.4287
Hunter Lab85.7668-36.988029.8398
CIE-Lab88.7139-36.357433.0349

#acf09e color RGB value is (172,240,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10011110
Octal 254 360 236
Decimal 172 240 158
Hex AC F0 9E

RGB Percentages of Color #acf09e

%30.18
%42.11
%27.72

CMYK Percentages of Color #acf09e

%28
%0
%34
%6

Triadic Colors of #acf09e

#acf09e #9eacf0 #f09eac

Analogous Colors of #acf09e

#acf09e #9ef0b9 #d5f09e

Monochromatic Colors of #acf09e

#acf09e

Complementary Color

#acf09e #e29ef0

#acf09e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf09e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf09e Color CSS Codes

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

#acf09e Text Font Color

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

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


#acf09e Background Color

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

This div background color is #acf09e


#acf09e Border Color

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

This div border color is #acf09e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf09e


Comments

No comments written yet.

Please login to write comment.