Color Hex Logo

#acf288 Color Hex

#ACF288
(172,242,136)
0 Favorites   0 Comments

Color spaces of #acf288

RGB 172242136
HSL0.280.800.74
HSV100°44°95°
CMYK 0.290.000.44   0.05
XYZ53.209374.052534.7817
Yxy74.05250.32840.4570
Hunter Lab86.0538-40.222836.2735
CIE-Lab88.9473-40.274444.2252

#acf288 color RGB value is (172,242,136).

#acf288 hex color red value is 172, green value is 242 and the blue value of its RGB is 136. Cylindrical-coordinate representations (also known as HSL) of color #acf288 hue: 0.28 , saturation: 0.80 and the lightness value of acf288 is 0.74.

The process color (four color CMYK) of #acf288 color hex is 0.29, 0.00, 0.44, 0.05. Web safe color of #acf288 is #99ff99. Color #acf288 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110010 10001000
Octal 254 362 210
Decimal 172 242 136
Hex AC F2 88

RGB Percentages of Color #acf288

%31.27
%44.00
%24.73

CMYK Percentages of Color #acf288

%29
%0
%44
%5

Triadic Colors of #acf288

#acf288 #88acf2 #f288ac

Analogous Colors of #acf288

#acf288 #88f299 #e1f288

Monochromatic Colors of #acf288

#acf288

Complementary Color

#acf288 #ce88f2

#acf288 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf288 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf288 Color CSS Codes

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

#acf288 Text Font Color

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

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


#acf288 Background Color

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

This div background color is #acf288


#acf288 Border Color

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

This div border color is #acf288


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf288


Comments

No comments written yet.

Please login to write comment.