Color Hex Logo

#acb748 Color Hex

#ACB748
(172,183,72)
0 Favorites   0 Comments

Color spaces of #acb748

RGB 17218372
HSL0.180.440.50
HSV66°61°72°
CMYK 0.060.000.61   0.28
XYZ35.116443.105512.6003
Yxy43.10550.38660.4746
Hunter Lab65.6548-19.422634.5796
CIE-Lab71.6265-18.921453.6178

#acb748 color RGB value is (172,183,72).

#acb748 hex color red value is 172, green value is 183 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #acb748 hue: 0.18 , saturation: 0.44 and the lightness value of acb748 is 0.50.

The process color (four color CMYK) of #acb748 color hex is 0.06, 0.00, 0.61, 0.28. Web safe color of #acb748 is #99cc33. Color #acb748 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01001000
Octal 254 267 110
Decimal 172 183 72
Hex AC B7 48

RGB Percentages of Color #acb748

%40.28
%42.86
%16.86

CMYK Percentages of Color #acb748

%6
%0
%61
%28

Triadic Colors of #acb748

#acb748 #48acb7 #b748ac

Analogous Colors of #acb748

#acb748 #75b748 #b78b48

Monochromatic Colors of #acb748

#acb748

Complementary Color

#acb748 #5348b7

#acb748 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb748 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb748 Color CSS Codes

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

#acb748 Text Font Color

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

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


#acb748 Background Color

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

This div background color is #acb748


#acb748 Border Color

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

This div border color is #acb748


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb748


Comments

No comments written yet.

Please login to write comment.