Color Hex Logo

#acf09c Color Hex

#ACF09C
(172,240,156)
0 Favorites   0 Comments

Color spaces of #acf09c

RGB 172240156
HSL0.300.740.78
HSV109°35°94°
CMYK 0.280.000.35   0.06
XYZ54.174173.491142.7824
Yxy73.49110.31780.4312
Hunter Lab85.7270-37.221330.4199
CIE-Lab88.6814-36.652633.9984

#acf09c color RGB value is (172,240,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110000 10011100
Octal 254 360 234
Decimal 172 240 156
Hex AC F0 9C

RGB Percentages of Color #acf09c

%30.28
%42.25
%27.46

CMYK Percentages of Color #acf09c

%28
%0
%35
%6

Triadic Colors of #acf09c

#acf09c #9cacf0 #f09cac

Analogous Colors of #acf09c

#acf09c #9cf0b6 #d6f09c

Monochromatic Colors of #acf09c

#acf09c

Complementary Color

#acf09c #e09cf0

#acf09c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf09c Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf09c Color CSS Codes

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

#acf09c Text Font Color

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

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


#acf09c Background Color

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

This div background color is #acf09c


#acf09c Border Color

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

This div border color is #acf09c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf09c


Comments

No comments written yet.

Please login to write comment.