Color Hex Logo

#acfb49 Color Hex

#ACFB49
(172,251,73)
0 Favorites   0 Comments

Color spaces of #acfb49

RGB 17225173
HSL0.240.960.64
HSV87°71°98°
CMYK 0.310.000.71   0.02
XYZ52.713078.246118.6281
Yxy78.24610.35240.5231
Hunter Lab88.4568-48.428149.4339
CIE-Lab90.8921-49.942473.2686

#acfb49 color RGB value is (172,251,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 01001001
Octal 254 373 111
Decimal 172 251 73
Hex AC FB 49

RGB Percentages of Color #acfb49

%34.68
%50.60
%14.72

CMYK Percentages of Color #acfb49

%31
%0
%71
%2

Triadic Colors of #acfb49

#acfb49 #49acfb #fb49ac

Analogous Colors of #acfb49

#acfb49 #53fb49 #fbf149

Monochromatic Colors of #acfb49

#acfb49

Complementary Color

#acfb49 #9849fb

#acfb49 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb49 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb49 Color CSS Codes

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

#acfb49 Text Font Color

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

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


#acfb49 Background Color

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

This div background color is #acfb49


#acfb49 Border Color

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

This div border color is #acfb49


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb49


Comments

No comments written yet.

Please login to write comment.