Color Hex Logo

#acb750 Color Hex

#ACB750
(172,183,80)
0 Favorites   0 Comments

Color spaces of #acb750

RGB 17218380
HSL0.180.420.52
HSV66°56°72°
CMYK 0.060.000.56   0.28
XYZ35.394743.216814.0656
Yxy43.21680.38190.4663
Hunter Lab65.7395-18.938233.3320
CIE-Lab71.7019-18.300950.1074

#acb750 color RGB value is (172,183,80).

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

The process color (four color CMYK) of #acb750 color hex is 0.06, 0.00, 0.56, 0.28. Web safe color of #acb750 is #99cc66. Color #acb750 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01010000
Octal 254 267 120
Decimal 172 183 80
Hex AC B7 50

RGB Percentages of Color #acb750

%39.54
%42.07
%18.39

CMYK Percentages of Color #acb750

%6
%0
%56
%28

Triadic Colors of #acb750

#acb750 #50acb7 #b750ac

Analogous Colors of #acb750

#acb750 #79b750 #b78f50

Monochromatic Colors of #acb750

#acb750

Complementary Color

#acb750 #5b50b7

#acb750 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb750 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb750 Color CSS Codes

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

#acb750 Text Font Color

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

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


#acb750 Background Color

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

This div background color is #acb750


#acb750 Border Color

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

This div border color is #acb750


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb750


Comments

No comments written yet.

Please login to write comment.