Color Hex Logo

#acb270 Color Hex

#ACB270
(172,178,112)
0 Favorites   0 Comments

Color spaces of #acb270

RGB 172178112
HSL0.180.300.57
HSV65°37°70°
CMYK 0.030.000.37   0.30
XYZ35.858341.781321.5039
Yxy41.78130.36170.4214
Hunter Lab64.6385-14.094125.5223
CIE-Lab70.7199-12.504433.0466

#acb270 color RGB value is (172,178,112).

#acb270 hex color red value is 172, green value is 178 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #acb270 hue: 0.18 , saturation: 0.30 and the lightness value of acb270 is 0.57.

The process color (four color CMYK) of #acb270 color hex is 0.03, 0.00, 0.37, 0.30. Web safe color of #acb270 is #999966. Color #acb270 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01110000
Octal 254 262 160
Decimal 172 178 112
Hex AC B2 70

RGB Percentages of Color #acb270

%37.23
%38.53
%24.24

CMYK Percentages of Color #acb270

%3
%0
%37
%30

Triadic Colors of #acb270

#acb270 #70acb2 #b270ac

Analogous Colors of #acb270

#acb270 #8bb270 #b29770

Monochromatic Colors of #acb270

#acb270

Complementary Color

#acb270 #7670b2

#acb270 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb270 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb270 Color CSS Codes

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

#acb270 Text Font Color

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

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


#acb270 Background Color

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

This div background color is #acb270


#acb270 Border Color

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

This div border color is #acb270


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb270


Comments

No comments written yet.

Please login to write comment.