Color Hex Logo

#acf641 Color Hex

#ACF641
(172,246,65)
0 Favorites   0 Comments

Color spaces of #acf641

RGB 17224665
HSL0.230.910.61
HSV85°74°96°
CMYK 0.300.000.74   0.04
XYZ50.923275.063816.8059
Yxy75.06380.35660.5257
Hunter Lab86.6394-46.703649.1468
CIE-Lab89.4229-48.312674.4807

#acf641 color RGB value is (172,246,65).

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

The process color (four color CMYK) of #acf641 color hex is 0.30, 0.00, 0.74, 0.04. Web safe color of #acf641 is #99ff33. Color #acf641 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11110110 01000001
Octal 254 366 101
Decimal 172 246 65
Hex AC F6 41

RGB Percentages of Color #acf641

%35.61
%50.93
%13.46

CMYK Percentages of Color #acf641

%30
%0
%74
%4

Triadic Colors of #acf641

#acf641 #41acf6 #f641ac

Analogous Colors of #acf641

#acf641 #52f641 #f6e641

Monochromatic Colors of #acf641

#acf641

Complementary Color

#acf641 #8b41f6

#acf641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acf641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acf641 Color CSS Codes

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

#acf641 Text Font Color

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

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


#acf641 Background Color

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

This div background color is #acf641


#acf641 Border Color

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

This div border color is #acf641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acf641


Comments

No comments written yet.

Please login to write comment.