Color Hex Logo

#acb265 Color Hex

#ACB265
(172,178,101)
0 Favorites   0 Comments

Color spaces of #acb265

RGB 172178101
HSL0.180.330.55
HSV65°43°70°
CMYK 0.030.000.43   0.30
XYZ35.282641.551018.4725
Yxy41.55100.37020.4360
Hunter Lab64.4601-15.102128.1311
CIE-Lab70.5602-13.760238.5237

#acb265 color RGB value is (172,178,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01100101
Octal 254 262 145
Decimal 172 178 101
Hex AC B2 65

RGB Percentages of Color #acb265

%38.14
%39.47
%22.39

CMYK Percentages of Color #acb265

%3
%0
%43
%30

Triadic Colors of #acb265

#acb265 #65acb2 #b265ac

Analogous Colors of #acb265

#acb265 #86b265 #b29265

Monochromatic Colors of #acb265

#acb265

Complementary Color

#acb265 #6b65b2

#acb265 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb265 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb265 Color CSS Codes

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

#acb265 Text Font Color

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

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


#acb265 Background Color

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

This div background color is #acb265


#acb265 Border Color

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

This div border color is #acb265


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb265


Comments

No comments written yet.

Please login to write comment.