Color Hex Logo

#acf13e Color Hex

#ACF13E
(172,241,62)
0 Favorites   0 Comments

Color spaces of #acf13e

RGB 17224162
HSL0.230.860.59
HSV83°74°95°
CMYK 0.290.000.74   0.05
XYZ49.338172.029115.8600
Yxy72.02910.35950.5249
Hunter Lab84.8700-44.753748.3292
CIE-Lab87.9826-46.362574.0492

#acf13e color RGB value is (172,241,62).

#acf13e hex color red value is 172, green value is 241 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #acf13e hue: 0.23 , saturation: 0.86 and the lightness value of acf13e is 0.59.

The process color (four color CMYK) of #acf13e color hex is 0.29, 0.00, 0.74, 0.05. Web safe color of #acf13e is #99ff33. Color #acf13e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110001 00111110
Octal 254 361 76
Decimal 172 241 62
Hex AC F1 3E

RGB Percentages of Color #acf13e

%36.21
%50.74
%13.05

CMYK Percentages of Color #acf13e

%29
%0
%74
%5

Triadic Colors of #acf13e

#acf13e #3eacf1 #f13eac

Analogous Colors of #acf13e

#acf13e #52f13e #f1dd3e

Monochromatic Colors of #acf13e

#acf13e

Complementary Color

#acf13e #833ef1

#acf13e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf13e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf13e Color CSS Codes

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

#acf13e Text Font Color

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

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


#acf13e Background Color

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

This div background color is #acf13e


#acf13e Border Color

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

This div border color is #acf13e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf13e


Comments

No comments written yet.

Please login to write comment.