Color Hex Logo

#acfc49 Color Hex

#ACFC49
(172,252,73)
0 Favorites   0 Comments

Color spaces of #acfc49

RGB 17225273
HSL0.240.970.64
HSV87°71°99°
CMYK 0.320.000.71   0.01
XYZ53.026378.872518.7325
Yxy78.87250.35200.5236
Hunter Lab88.8102-48.840049.6612
CIE-Lab91.1766-50.356373.5521

#acfc49 color RGB value is (172,252,73).

#acfc49 hex color red value is 172, green value is 252 and the blue value of its RGB is 73. Cylindrical-coordinate representations (also known as HSL) of color #acfc49 hue: 0.24 , saturation: 0.97 and the lightness value of acfc49 is 0.64.

The process color (four color CMYK) of #acfc49 color hex is 0.32, 0.00, 0.71, 0.01. Web safe color of #acfc49 is #99ff33. Color #acfc49 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111100 01001001
Octal 254 374 111
Decimal 172 252 73
Hex AC FC 49

RGB Percentages of Color #acfc49

%34.61
%50.70
%14.69

CMYK Percentages of Color #acfc49

%32
%0
%71
%1

Triadic Colors of #acfc49

#acfc49 #49acfc #fc49ac

Analogous Colors of #acfc49

#acfc49 #53fc49 #fcf349

Monochromatic Colors of #acfc49

#acfc49

Complementary Color

#acfc49 #9949fc

#acfc49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfc49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfc49 Color CSS Codes

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

#acfc49 Text Font Color

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

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


#acfc49 Background Color

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

This div background color is #acfc49


#acfc49 Border Color

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

This div border color is #acfc49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfc49


Comments

No comments written yet.

Please login to write comment.