Color Hex Logo

#acb034 Color Hex

#ACB034
(172,176,52)
0 Favorites   0 Comments

Color spaces of #acb034

RGB 17217652
HSL0.170.540.45
HSV62°70°69°
CMYK 0.020.000.70   0.31
XYZ33.158440.06939.2353
Yxy40.06930.40210.4859
Hunter Lab63.3003-17.272535.6600
CIE-Lab69.5189-16.632859.5723

#acb034 color RGB value is (172,176,52).

#acb034 hex color red value is 172, green value is 176 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #acb034 hue: 0.17 , saturation: 0.54 and the lightness value of acb034 is 0.45.

The process color (four color CMYK) of #acb034 color hex is 0.02, 0.00, 0.70, 0.31. Web safe color of #acb034 is #999933. Color #acb034 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00110100
Octal 254 260 64
Decimal 172 176 52
Hex AC B0 34

RGB Percentages of Color #acb034

%43.00
%44.00
%13.00

CMYK Percentages of Color #acb034

%2
%0
%70
%31

Triadic Colors of #acb034

#acb034 #34acb0 #b034ac

Analogous Colors of #acb034

#acb034 #6eb034 #b07634

Monochromatic Colors of #acb034

#acb034

Complementary Color

#acb034 #3834b0

#acb034 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb034 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb034 Color CSS Codes

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

#acb034 Text Font Color

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

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


#acb034 Background Color

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

This div background color is #acb034


#acb034 Border Color

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

This div border color is #acb034


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb034


Comments

No comments written yet.

Please login to write comment.