Color Hex Logo

#acbc42 Color Hex

#ACBC42
(172,188,66)
0 Favorites   0 Comments

Color spaces of #acbc42

RGB 17218866
HSL0.190.480.50
HSV68°65°74°
CMYK 0.090.000.65   0.26
XYZ35.979845.130411.9690
Yxy45.13040.38660.4849
Hunter Lab67.1792-21.962536.4620
CIE-Lab72.9777-21.828757.6031

#acbc42 color RGB value is (172,188,66).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111100 01000010
Octal 254 274 102
Decimal 172 188 66
Hex AC BC 42

RGB Percentages of Color #acbc42

%40.38
%44.13
%15.49

CMYK Percentages of Color #acbc42

%9
%0
%65
%26

Triadic Colors of #acbc42

#acbc42 #42acbc #bc42ac

Analogous Colors of #acbc42

#acbc42 #6fbc42 #bc8f42

Monochromatic Colors of #acbc42

#acbc42

Complementary Color

#acbc42 #5242bc

#acbc42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbc42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbc42 Color CSS Codes

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

#acbc42 Text Font Color

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

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


#acbc42 Background Color

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

This div background color is #acbc42


#acbc42 Border Color

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

This div border color is #acbc42


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbc42


Comments

No comments written yet.

Please login to write comment.