Color Hex Logo

#acff65 Color Hex

#ACFF65
(172,255,101)
1 Favorites   0 Comments

Color spaces of #acff65

RGB 172255101
HSL0.261.000.70
HSV92°60°100°
CMYK 0.330.000.60   0.00
XYZ55.122281.230225.0857
Yxy81.23020.34140.5032
Hunter Lab90.1278-48.553046.5870
CIE-Lab92.2340-49.561264.0024

#acff65 color RGB value is (172,255,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 01100101
Octal 254 377 145
Decimal 172 255 101
Hex AC FF 65

RGB Percentages of Color #acff65

%32.58
%48.30
%19.13

CMYK Percentages of Color #acff65

%33
%0
%60
%0

Triadic Colors of #acff65

#acff65 #65acff #ff65ac

Analogous Colors of #acff65

#acff65 #65ff6b #f9ff65

Monochromatic Colors of #acff65

#acff65

Complementary Color

#acff65 #b865ff

#acff65 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff65 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff65 Color CSS Codes

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

#acff65 Text Font Color

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

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


#acff65 Background Color

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

This div background color is #acff65


#acff65 Border Color

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

This div border color is #acff65


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff65


Comments

No comments written yet.

Please login to write comment.