Color Hex Logo

#acb330 Color Hex

#ACB330
(172,179,48)
0 Favorites   0 Comments

Color spaces of #acb330

RGB 17217948
HSL0.180.580.45
HSV63°73°70°
CMYK 0.040.000.73   0.30
XYZ33.666941.22438.9790
Yxy41.22430.40140.4915
Hunter Lab64.2062-18.763236.6528
CIE-Lab70.3328-18.350961.7962

#acb330 color RGB value is (172,179,48).

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

The process color (four color CMYK) of #acb330 color hex is 0.04, 0.00, 0.73, 0.30. Web safe color of #acb330 is #99cc33. Color #acb330 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00110000
Octal 254 263 60
Decimal 172 179 48
Hex AC B3 30

RGB Percentages of Color #acb330

%43.11
%44.86
%12.03

CMYK Percentages of Color #acb330

%4
%0
%73
%30

Triadic Colors of #acb330

#acb330 #30acb3 #b330ac

Analogous Colors of #acb330

#acb330 #6bb330 #b37930

Monochromatic Colors of #acb330

#acb330

Complementary Color

#acb330 #3730b3

#acb330 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb330 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb330 Color CSS Codes

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

#acb330 Text Font Color

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

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


#acb330 Background Color

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

This div background color is #acb330


#acb330 Border Color

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

This div border color is #acb330


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb330


Comments

No comments written yet.

Please login to write comment.