Color Hex Logo

#acb715 Color Hex

#ACB715
(172,183,21)
0 Favorites   0 Comments

Color spaces of #acb715

RGB 17218321
HSL0.180.790.40
HSV64°89°72°
CMYK 0.060.000.89   0.28
XYZ34.082142.69187.1535
Yxy42.69180.40610.5087
Hunter Lab65.3390-21.234039.2460
CIE-Lab71.3453-21.266769.8936

#acb715 color RGB value is (172,183,21).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 10110111 00010101
Octal 254 267 25
Decimal 172 183 21
Hex AC B7 15

RGB Percentages of Color #acb715

%45.74
%48.67
%5.59

CMYK Percentages of Color #acb715

%6
%0
%89
%28

Triadic Colors of #acb715

#acb715 #15acb7 #b715ac

Analogous Colors of #acb715

#acb715 #5bb715 #b77115

Monochromatic Colors of #acb715

#acb715

Complementary Color

#acb715 #2015b7

#acb715 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acb715 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acb715 Color CSS Codes

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

#acb715 Text Font Color

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

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


#acb715 Background Color

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

This div background color is #acb715


#acb715 Border Color

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

This div border color is #acb715


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acb715


Comments

No comments written yet.

Please login to write comment.