Color Hex Logo

#acf93e Color Hex

#ACF93E
(172,249,62)
0 Favorites   0 Comments

Color spaces of #acf93e

RGB 17224962
HSL0.240.940.61
HSV85°75°98°
CMYK 0.310.000.75   0.02
XYZ51.758476.869816.6668
Yxy76.86980.35620.5291
Hunter Lab87.6754-48.056150.1020
CIE-Lab90.2617-49.719976.2236

#acf93e color RGB value is (172,249,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 00111110
Octal 254 371 76
Decimal 172 249 62
Hex AC F9 3E

RGB Percentages of Color #acf93e

%35.61
%51.55
%12.84

CMYK Percentages of Color #acf93e

%31
%0
%75
%2

Triadic Colors of #acf93e

#acf93e #3eacf9 #f93eac

Analogous Colors of #acf93e

#acf93e #4ff93e #f9e93e

Monochromatic Colors of #acf93e

#acf93e

Complementary Color

#acf93e #8b3ef9

#acf93e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf93e Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf93e Color CSS Codes

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

#acf93e Text Font Color

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

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


#acf93e Background Color

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

This div background color is #acf93e


#acf93e Border Color

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

This div border color is #acf93e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf93e


Comments

No comments written yet.

Please login to write comment.