Color Hex Logo

#acb433 Color Hex

#ACB433
(172,180,51)
0 Favorites   0 Comments

Color spaces of #acb433

RGB 17218051
HSL0.180.560.45
HSV64°72°71°
CMYK 0.040.000.72   0.29
XYZ33.932141.65229.3832
Yxy41.65220.39940.4902
Hunter Lab64.5385-19.093336.5568
CIE-Lab70.6305-18.707561.0223

#acb433 color RGB value is (172,180,51).

#acb433 hex color red value is 172, green value is 180 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #acb433 hue: 0.18 , saturation: 0.56 and the lightness value of acb433 is 0.45.

The process color (four color CMYK) of #acb433 color hex is 0.04, 0.00, 0.72, 0.29. Web safe color of #acb433 is #99cc33. Color #acb433 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110100 00110011
Octal 254 264 63
Decimal 172 180 51
Hex AC B4 33

RGB Percentages of Color #acb433

%42.68
%44.67
%12.66

CMYK Percentages of Color #acb433

%4
%0
%72
%29

Triadic Colors of #acb433

#acb433 #33acb4 #b433ac

Analogous Colors of #acb433

#acb433 #6cb433 #b47c33

Monochromatic Colors of #acb433

#acb433

Complementary Color

#acb433 #3b33b4

#acb433 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb433 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb433 Color CSS Codes

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

#acb433 Text Font Color

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

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


#acb433 Background Color

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

This div background color is #acb433


#acb433 Border Color

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

This div border color is #acb433


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb433


Comments

No comments written yet.

Please login to write comment.