Color Hex Logo

#acb75d Color Hex

#ACB75D
(172,183,93)
0 Favorites   0 Comments

Color spaces of #acb75d

RGB 17218393
HSL0.190.380.54
HSV67°49°72°
CMYK 0.060.000.49   0.28
XYZ35.922543.427916.8450
Yxy43.42790.37340.4515
Hunter Lab65.8998-18.023030.9745
CIE-Lab71.8444-17.136144.0899

#acb75d color RGB value is (172,183,93).

#acb75d hex color red value is 172, green value is 183 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #acb75d hue: 0.19 , saturation: 0.38 and the lightness value of acb75d is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 01011101
Octal 254 267 135
Decimal 172 183 93
Hex AC B7 5D

RGB Percentages of Color #acb75d

%38.39
%40.85
%20.76

CMYK Percentages of Color #acb75d

%6
%0
%49
%28

Triadic Colors of #acb75d

#acb75d #5dacb7 #b75dac

Analogous Colors of #acb75d

#acb75d #7fb75d #b7955d

Monochromatic Colors of #acb75d

#acb75d

Complementary Color

#acb75d #685db7

#acb75d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb75d Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb75d Color CSS Codes

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

#acb75d Text Font Color

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

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


#acb75d Background Color

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

This div background color is #acb75d


#acb75d Border Color

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

This div border color is #acb75d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb75d


Comments

No comments written yet.

Please login to write comment.