Color Hex Logo

#acb719 Color Hex

#ACB719
(172,183,25)
0 Favorites   0 Comments

Color spaces of #acb719

RGB 17218325
HSL0.180.760.41
HSV64°86°72°
CMYK 0.060.000.86   0.28
XYZ34.122242.70787.3647
Yxy42.70780.40530.5073
Hunter Lab65.3512-21.163439.0642
CIE-Lab71.3562-21.174569.1259

#acb719 color RGB value is (172,183,25).

#acb719 hex color red value is 172, green value is 183 and the blue value of its RGB is 25. Cylindrical-coordinate representations (also known as HSL) of color #acb719 hue: 0.18 , saturation: 0.76 and the lightness value of acb719 is 0.41.

The process color (four color CMYK) of #acb719 color hex is 0.06, 0.00, 0.86, 0.28. Web safe color of #acb719 is #99cc00. Color #acb719 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 00011001
Octal 254 267 31
Decimal 172 183 25
Hex AC B7 19

RGB Percentages of Color #acb719

%45.26
%48.16
%6.58

CMYK Percentages of Color #acb719

%6
%0
%86
%28

Triadic Colors of #acb719

#acb719 #19acb7 #b719ac

Analogous Colors of #acb719

#acb719 #5db719 #b77319

Monochromatic Colors of #acb719

#acb719

Complementary Color

#acb719 #2419b7

#acb719 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb719 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb719 Color CSS Codes

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

#acb719 Text Font Color

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

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


#acb719 Background Color

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

This div background color is #acb719


#acb719 Border Color

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

This div border color is #acb719


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(172,183,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 #acb719">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb719


Comments

No comments written yet.

Please login to write comment.