Color Hex Logo

#acfb47 Color Hex

#ACFB47
(172,251,71)
0 Favorites   0 Comments

Color spaces of #acfb47

RGB 17225171
HSL0.240.960.63
HSV86°72°98°
CMYK 0.310.000.72   0.02
XYZ52.647878.219918.2844
Yxy78.21990.35300.5244
Hunter Lab88.4420-48.516049.6519
CIE-Lab90.8802-50.060473.9351

#acfb47 color RGB value is (172,251,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11111011 01000111
Octal 254 373 107
Decimal 172 251 71
Hex AC FB 47

RGB Percentages of Color #acfb47

%34.82
%50.81
%14.37

CMYK Percentages of Color #acfb47

%31
%0
%72
%2

Triadic Colors of #acfb47

#acfb47 #47acfb #fb47ac

Analogous Colors of #acfb47

#acfb47 #52fb47 #fbf047

Monochromatic Colors of #acfb47

#acfb47

Complementary Color

#acfb47 #9647fb

#acfb47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acfb47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acfb47 Color CSS Codes

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

#acfb47 Text Font Color

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

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


#acfb47 Background Color

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

This div background color is #acfb47


#acfb47 Border Color

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

This div border color is #acfb47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acfb47


Comments

No comments written yet.

Please login to write comment.