Color Hex Logo

#acf940 Color Hex

#ACF940
(172,249,64)
0 Favorites   0 Comments

Color spaces of #acf940

RGB 17224964
HSL0.240.940.61
HSV85°74°98°
CMYK 0.310.000.74   0.02
XYZ51.814476.892216.9613
Yxy76.89220.35570.5279
Hunter Lab87.6882-47.979849.9134
CIE-Lab90.2720-49.617275.6150

#acf940 color RGB value is (172,249,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111001 01000000
Octal 254 371 100
Decimal 172 249 64
Hex AC F9 40

RGB Percentages of Color #acf940

%35.46
%51.34
%13.20

CMYK Percentages of Color #acf940

%31
%0
%74
%2

Triadic Colors of #acf940

#acf940 #40acf9 #f940ac

Analogous Colors of #acf940

#acf940 #50f940 #f9ea40

Monochromatic Colors of #acf940

#acf940

Complementary Color

#acf940 #8d40f9

#acf940 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf940 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf940 Color CSS Codes

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

#acf940 Text Font Color

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

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


#acf940 Background Color

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

This div background color is #acf940


#acf940 Border Color

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

This div border color is #acf940


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf940

Related Colors


Comments

No comments written yet.

Please login to write comment.