Color Hex Logo

#acff38 Color Hex

#ACFF38
(172,255,56)
0 Favorites   0 Comments

Color spaces of #acff38

RGB 17225556
HSL0.241.000.61
HSV85°78°100°
CMYK 0.330.000.78   0.00
XYZ53.487180.576216.4751
Yxy80.57620.35530.5353
Hunter Lab89.7642-50.726151.9530
CIE-Lab91.9428-52.470179.5339

#acff38 color RGB value is (172,255,56).

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

The process color (four color CMYK) of #acff38 color hex is 0.33, 0.00, 0.78, 0.00. Web safe color of #acff38 is #99ff33. Color #acff38 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111111 00111000
Octal 254 377 70
Decimal 172 255 56
Hex AC FF 38

RGB Percentages of Color #acff38

%35.61
%52.80
%11.59

CMYK Percentages of Color #acff38

%33
%0
%78
%0

Triadic Colors of #acff38

#acff38 #38acff #ff38ac

Analogous Colors of #acff38

#acff38 #49ff38 #ffef38

Monochromatic Colors of #acff38

#acff38

Complementary Color

#acff38 #8b38ff

#acff38 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acff38 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acff38 Color CSS Codes

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

#acff38 Text Font Color

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

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


#acff38 Background Color

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

This div background color is #acff38


#acff38 Border Color

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

This div border color is #acff38


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acff38


Comments

No comments written yet.

Please login to write comment.