Color Hex Logo

#acbf77 Color Hex

#ACBF77
(172,191,119)
0 Favorites   0 Comments

Color spaces of #acbf77

RGB 172191119
HSL0.210.360.61
HSV76°38°75°
CMYK 0.100.000.38   0.25
XYZ38.973847.364224.5408
Yxy47.36420.35150.4272
Hunter Lab68.8217-19.353127.0332
CIE-Lab74.4221-18.288234.1865

#acbf77 color RGB value is (172,191,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10111111 01110111
Octal 254 277 167
Decimal 172 191 119
Hex AC BF 77

RGB Percentages of Color #acbf77

%35.68
%39.63
%24.69

CMYK Percentages of Color #acbf77

%10
%0
%38
%25

Triadic Colors of #acbf77

#acbf77 #77acbf #bf77ac

Analogous Colors of #acbf77

#acbf77 #88bf77 #bfae77

Monochromatic Colors of #acbf77

#acbf77

Complementary Color

#acbf77 #8a77bf

#acbf77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acbf77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acbf77 Color CSS Codes

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

#acbf77 Text Font Color

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

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


#acbf77 Background Color

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

This div background color is #acbf77


#acbf77 Border Color

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

This div border color is #acbf77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acbf77


Comments

No comments written yet.

Please login to write comment.