Color Hex Logo

#acbf70 Color Hex

#ACBF70
(172,191,112)
0 Favorites   0 Comments

Color spaces of #acbf70

RGB 172191112
HSL0.210.380.59
HSV74°41°75°
CMYK 0.100.000.41   0.25
XYZ38.568747.202122.4074
Yxy47.20210.35650.4363
Hunter Lab68.7038-20.025928.7555
CIE-Lab74.3189-19.134637.6429

#acbf70 color RGB value is (172,191,112).

#acbf70 hex color red value is 172, green value is 191 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #acbf70 hue: 0.21 , saturation: 0.38 and the lightness value of acbf70 is 0.59.

The process color (four color CMYK) of #acbf70 color hex is 0.10, 0.00, 0.41, 0.25. Web safe color of #acbf70 is #99cc66. Color #acbf70 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 01110000
Octal 254 277 160
Decimal 172 191 112
Hex AC BF 70

RGB Percentages of Color #acbf70

%36.21
%40.21
%23.58

CMYK Percentages of Color #acbf70

%10
%0
%41
%25

Triadic Colors of #acbf70

#acbf70 #70acbf #bf70ac

Analogous Colors of #acbf70

#acbf70 #85bf70 #bfab70

Monochromatic Colors of #acbf70

#acbf70

Complementary Color

#acbf70 #8370bf

#acbf70 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf70 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf70 Color CSS Codes

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

#acbf70 Text Font Color

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

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


#acbf70 Background Color

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

This div background color is #acbf70


#acbf70 Border Color

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

This div border color is #acbf70


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,191,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 #acbf70">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf70


Comments

No comments written yet.

Please login to write comment.