Color Hex Logo

#acff66 Color Hex

#ACFF66
(172,255,102)
0 Favorites   0 Comments

Color spaces of #acff66

RGB 172255102
HSL0.261.000.70
HSV93°60°100°
CMYK 0.330.000.60   0.00
XYZ55.171581.250025.3453
Yxy81.25000.34110.5023
Hunter Lab90.1388-48.487946.4259
CIE-Lab92.2428-49.474863.5961

#acff66 color RGB value is (172,255,102).

#acff66 hex color red value is 172, green value is 255 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #acff66 hue: 0.26 , saturation: 1.00 and the lightness value of acff66 is 0.70.

The process color (four color CMYK) of #acff66 color hex is 0.33, 0.00, 0.60, 0.00. Web safe color of #acff66 is #99ff66. Color #acff66 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01100110
Octal 254 377 146
Decimal 172 255 102
Hex AC FF 66

RGB Percentages of Color #acff66

%32.51
%48.20
%19.28

CMYK Percentages of Color #acff66

%33
%0
%60
%0

Triadic Colors of #acff66

#acff66 #66acff #ff66ac

Analogous Colors of #acff66

#acff66 #66ff6d #f9ff66

Monochromatic Colors of #acff66

#acff66

Complementary Color

#acff66 #b966ff

#acff66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff66 Color CSS Codes

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

#acff66 Text Font Color

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

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


#acff66 Background Color

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

This div background color is #acff66


#acff66 Border Color

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

This div border color is #acff66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff66


Comments

No comments written yet.

Please login to write comment.