Color Hex Logo

#acb369 Color Hex

#ACB369
(172,179,105)
0 Favorites   0 Comments

Color spaces of #acb369

RGB 172179105
HSL0.180.330.56
HSV66°41°70°
CMYK 0.040.000.41   0.30
XYZ35.683242.030819.5966
Yxy42.03080.36670.4319
Hunter Lab64.8312-15.207827.4602
CIE-Lab70.8921-13.836036.8942

#acb369 color RGB value is (172,179,105).

#acb369 hex color red value is 172, green value is 179 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #acb369 hue: 0.18 , saturation: 0.33 and the lightness value of acb369 is 0.56.

The process color (four color CMYK) of #acb369 color hex is 0.04, 0.00, 0.41, 0.30. Web safe color of #acb369 is #99cc66. Color #acb369 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 01101001
Octal 254 263 151
Decimal 172 179 105
Hex AC B3 69

RGB Percentages of Color #acb369

%37.72
%39.25
%23.03

CMYK Percentages of Color #acb369

%4
%0
%41
%30

Triadic Colors of #acb369

#acb369 #69acb3 #b369ac

Analogous Colors of #acb369

#acb369 #87b369 #b39569

Monochromatic Colors of #acb369

#acb369

Complementary Color

#acb369 #7069b3

#acb369 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb369 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb369 Color CSS Codes

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

#acb369 Text Font Color

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

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


#acb369 Background Color

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

This div background color is #acb369


#acb369 Border Color

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

This div border color is #acb369


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb369


Comments

No comments written yet.

Please login to write comment.