Color Hex Logo

#acb319 Color Hex

#ACB319
(172,179,25)
0 Favorites   0 Comments

Color spaces of #acb319

RGB 17217925
HSL0.170.750.40
HSV63°86°70°
CMYK 0.040.000.86   0.30
XYZ33.308841.08107.0936
Yxy41.08100.40880.5042
Hunter Lab64.0945-19.401938.3043
CIE-Lab70.2326-19.178068.2011

#acb319 color RGB value is (172,179,25).

#acb319 hex color red value is 172, green value is 179 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #acb319 hue: 0.17 , saturation: 0.75 and the lightness value of acb319 is 0.40.

The process color (four color CMYK) of #acb319 color hex is 0.04, 0.00, 0.86, 0.30. Web safe color of #acb319 is #99cc00. Color #acb319 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110011 00011001
Octal 254 263 31
Decimal 172 179 25
Hex AC B3 19

RGB Percentages of Color #acb319

%45.74
%47.61
%6.65

CMYK Percentages of Color #acb319

%4
%0
%86
%30

Triadic Colors of #acb319

#acb319 #19acb3 #b319ac

Analogous Colors of #acb319

#acb319 #5fb319 #b36d19

Monochromatic Colors of #acb319

#acb319

Complementary Color

#acb319 #2019b3

#acb319 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb319 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb319 Color CSS Codes

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

#acb319 Text Font Color

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

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


#acb319 Background Color

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

This div background color is #acb319


#acb319 Border Color

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

This div border color is #acb319


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb319


Comments

No comments written yet.

Please login to write comment.