Color Hex Logo

#acb630 Color Hex

#ACB630
(172,182,48)
0 Favorites   0 Comments

Color spaces of #acb630

RGB 17218248
HSL0.180.580.45
HSV64°74°71°
CMYK 0.050.000.74   0.29
XYZ34.274742.44009.1816
Yxy42.44000.39900.4941
Hunter Lab65.1460-20.092837.2459
CIE-Lab71.1732-19.857262.5953

#acb630 color RGB value is (172,182,48).

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

The process color (four color CMYK) of #acb630 color hex is 0.05, 0.00, 0.74, 0.29. Web safe color of #acb630 is #99cc33. Color #acb630 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110110 00110000
Octal 254 266 60
Decimal 172 182 48
Hex AC B6 30

RGB Percentages of Color #acb630

%42.79
%45.27
%11.94

CMYK Percentages of Color #acb630

%5
%0
%74
%29

Triadic Colors of #acb630

#acb630 #30acb6 #b630ac

Analogous Colors of #acb630

#acb630 #69b630 #b67d30

Monochromatic Colors of #acb630

#acb630

Complementary Color

#acb630 #3a30b6

#acb630 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb630 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb630 Color CSS Codes

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

#acb630 Text Font Color

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

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


#acb630 Background Color

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

This div background color is #acb630


#acb630 Border Color

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

This div border color is #acb630


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,182,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 #acb630">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb630


Comments

No comments written yet.

Please login to write comment.