Color Hex Logo

#acb830 Color Hex

#ACB830
(172,184,48)
0 Favorites   0 Comments

Color spaces of #acb830

RGB 17218448
HSL0.180.590.45
HSV65°74°72°
CMYK 0.070.000.74   0.28
XYZ34.687243.26509.3191
Yxy43.26500.39750.4958
Hunter Lab65.7761-20.975837.6431
CIE-Lab71.7345-20.854363.1273

#acb830 color RGB value is (172,184,48).

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

The process color (four color CMYK) of #acb830 color hex is 0.07, 0.00, 0.74, 0.28. Web safe color of #acb830 is #99cc33. Color #acb830 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 00110000
Octal 254 270 60
Decimal 172 184 48
Hex AC B8 30

RGB Percentages of Color #acb830

%42.57
%45.54
%11.88

CMYK Percentages of Color #acb830

%7
%0
%74
%28

Triadic Colors of #acb830

#acb830 #30acb8 #b830ac

Analogous Colors of #acb830

#acb830 #68b830 #b88030

Monochromatic Colors of #acb830

#acb830

Complementary Color

#acb830 #3c30b8

#acb830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb830 Color CSS Codes

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

#acb830 Text Font Color

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

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


#acb830 Background Color

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

This div background color is #acb830


#acb830 Border Color

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

This div border color is #acb830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb830


Comments

No comments written yet.

Please login to write comment.