Color Hex Logo

#acb745 Color Hex

#ACB745
(172,183,69)
0 Favorites   0 Comments

Color spaces of #acb745

RGB 17218369
HSL0.180.450.49
HSV66°62°72°
CMYK 0.060.000.62   0.28
XYZ35.020943.067312.0972
Yxy43.06730.38830.4775
Hunter Lab65.6257-19.589135.0087
CIE-Lab71.6006-19.135354.8880

#acb745 color RGB value is (172,183,69).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01000101
Octal 254 267 105
Decimal 172 183 69
Hex AC B7 45

RGB Percentages of Color #acb745

%40.57
%43.16
%16.27

CMYK Percentages of Color #acb745

%6
%0
%62
%28

Triadic Colors of #acb745

#acb745 #45acb7 #b745ac

Analogous Colors of #acb745

#acb745 #73b745 #b78945

Monochromatic Colors of #acb745

#acb745

Complementary Color

#acb745 #5045b7

#acb745 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb745 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb745 Color CSS Codes

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

#acb745 Text Font Color

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

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


#acb745 Background Color

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

This div background color is #acb745


#acb745 Border Color

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

This div border color is #acb745


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb745


Comments

No comments written yet.

Please login to write comment.