Color Hex Logo

#acf83e Color Hex

#ACF83E
(172,248,62)
0 Favorites   0 Comments

Color spaces of #acf83e

RGB 17224862
HSL0.230.930.61
HSV85°75°97°
CMYK 0.310.000.75   0.03
XYZ51.450276.253316.5641
Yxy76.25330.35660.5286
Hunter Lab87.3231-47.644549.8796
CIE-Lab89.9768-49.304275.9527

#acf83e color RGB value is (172,248,62).

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

The process color (four color CMYK) of #acf83e color hex is 0.31, 0.00, 0.75, 0.03. Web safe color of #acf83e is #99ff33. Color #acf83e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111000 00111110
Octal 254 370 76
Decimal 172 248 62
Hex AC F8 3E

RGB Percentages of Color #acf83e

%35.68
%51.45
%12.86

CMYK Percentages of Color #acf83e

%31
%0
%75
%3

Triadic Colors of #acf83e

#acf83e #3eacf8 #f83eac

Analogous Colors of #acf83e

#acf83e #4ff83e #f8e73e

Monochromatic Colors of #acf83e

#acf83e

Complementary Color

#acf83e #8a3ef8

#acf83e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf83e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf83e Color CSS Codes

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

#acf83e Text Font Color

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

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


#acf83e Background Color

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

This div background color is #acf83e


#acf83e Border Color

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

This div border color is #acf83e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,248,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 #acf83e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf83e

Related Colors


Comments

No comments written yet.

Please login to write comment.