Color Hex Logo

#acbc47 Color Hex

#ACBC47
(172,188,71)
0 Favorites   0 Comments

Color spaces of #acbc47

RGB 17218871
HSL0.190.470.51
HSV68°62°74°
CMYK 0.090.000.62   0.26
XYZ36.133845.192012.7797
Yxy45.19200.38400.4802
Hunter Lab67.2250-21.699035.7863
CIE-Lab73.0181-21.487855.5568

#acbc47 color RGB value is (172,188,71).

#acbc47 hex color red value is 172, green value is 188 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #acbc47 hue: 0.19 , saturation: 0.47 and the lightness value of acbc47 is 0.51.

The process color (four color CMYK) of #acbc47 color hex is 0.09, 0.00, 0.62, 0.26. Web safe color of #acbc47 is #99cc33. Color #acbc47 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01000111
Octal 254 274 107
Decimal 172 188 71
Hex AC BC 47

RGB Percentages of Color #acbc47

%39.91
%43.62
%16.47

CMYK Percentages of Color #acbc47

%9
%0
%62
%26

Triadic Colors of #acbc47

#acbc47 #47acbc #bc47ac

Analogous Colors of #acbc47

#acbc47 #72bc47 #bc9247

Monochromatic Colors of #acbc47

#acbc47

Complementary Color

#acbc47 #5747bc

#acbc47 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc47 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc47 Color CSS Codes

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

#acbc47 Text Font Color

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

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


#acbc47 Background Color

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

This div background color is #acbc47


#acbc47 Border Color

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

This div border color is #acbc47


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc47


Comments

No comments written yet.

Please login to write comment.