color codes Logo

#acb852 color codes

#ACB852
(172,184,82)
0 Favorites   0 Comments

Color spaces of #acb852

RGB 17218482
HSL0.190.420.52
HSV67°55°72°
CMYK 0.070.000.55   0.28
XYZ35.676743.660814.5297
Yxy43.66080.38010.4651
Hunter Lab66.0763-19.255733.2160
CIE-Lab72.0012-18.638249.5235

#acb852 color RGB value is (172,184,82).

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

The process color (four color CMYK) of #acb852 color code is 0.07, 0.00, 0.55, 0.28. Web safe color of #acb852 is #99cc66. Color #acb852 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111000 01010010
Octal 254 270 122
Decimal 172 184 82
Hex AC B8 52

RGB Percentages of Color #acb852

%39.27
%42.01
%18.72

CMYK Percentages of Color #acb852

%7
%0
%55
%28

Triadic Colors of #acb852

#acb852 #52acb8 #b852ac

Analogous Colors of #acb852

#acb852 #79b852 #b89152

Monochromatic Colors of #acb852

#acb852

Complementary Color

#acb852 #5e52b8

#acb852 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb852 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb852 Color CSS Codes

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

#acb852 Text Font Color

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

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


#acb852 Background Color

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

This div background color is #acb852


#acb852 Border Color

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

This div border color is #acb852


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb852


Comments

No comments written yet.

Please login to write comment.