Color Hex Logo

#acb263 Color Hex

#ACB263
(172,178,99)
0 Favorites   0 Comments

Color spaces of #acb263

RGB 17217899
HSL0.180.340.54
HSV65°44°70°
CMYK 0.030.000.44   0.30
XYZ35.185841.512317.9626
Yxy41.51230.37170.4385
Hunter Lab64.4300-15.272228.5714
CIE-Lab70.5334-13.973339.5056

#acb263 color RGB value is (172,178,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110010 01100011
Octal 254 262 143
Decimal 172 178 99
Hex AC B2 63

RGB Percentages of Color #acb263

%38.31
%39.64
%22.05

CMYK Percentages of Color #acb263

%3
%0
%44
%30

Triadic Colors of #acb263

#acb263 #63acb2 #b263ac

Analogous Colors of #acb263

#acb263 #85b263 #b29163

Monochromatic Colors of #acb263

#acb263

Complementary Color

#acb263 #6963b2

#acb263 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb263 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb263 Color CSS Codes

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

#acb263 Text Font Color

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

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


#acb263 Background Color

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

This div background color is #acb263


#acb263 Border Color

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

This div border color is #acb263


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb263


Comments

No comments written yet.

Please login to write comment.