Color Hex Logo

#acb031 Color Hex

#ACB031
(172,176,49)
0 Favorites   0 Comments

Color spaces of #acb031

RGB 17217649
HSL0.170.560.44
HSV62°72°69°
CMYK 0.020.000.72   0.31
XYZ33.093040.04318.8906
Yxy40.04310.40340.4882
Hunter Lab63.2796-17.390135.9657
CIE-Lab69.5002-16.784060.6474

#acb031 color RGB value is (172,176,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110000 00110001
Octal 254 260 61
Decimal 172 176 49
Hex AC B0 31

RGB Percentages of Color #acb031

%43.32
%44.33
%12.34

CMYK Percentages of Color #acb031

%2
%0
%72
%31

Triadic Colors of #acb031

#acb031 #31acb0 #b031ac

Analogous Colors of #acb031

#acb031 #6db031 #b07531

Monochromatic Colors of #acb031

#acb031

Complementary Color

#acb031 #3531b0

#acb031 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb031 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb031 Color CSS Codes

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

#acb031 Text Font Color

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

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


#acb031 Background Color

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

This div background color is #acb031


#acb031 Border Color

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

This div border color is #acb031


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb031


Comments

No comments written yet.

Please login to write comment.