Color Hex Logo

#acc115 Color Hex

#ACC115
(172,193,21)
0 Favorites   0 Comments

Color spaces of #acc115

RGB 17219321
HSL0.190.800.42
HSV67°89°76°
CMYK 0.110.000.89   0.24
XYZ36.218646.96477.8656
Yxy46.96470.39780.5158
Hunter Lab68.5308-25.591441.1666
CIE-Lab74.1672-26.157472.1653

#acc115 color RGB value is (172,193,21).

#acc115 hex color red value is 172, green value is 193 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #acc115 hue: 0.19 , saturation: 0.80 and the lightness value of acc115 is 0.42.

The process color (four color CMYK) of #acc115 color hex is 0.11, 0.00, 0.89, 0.24. Web safe color of #acc115 is #99cc00. Color #acc115 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00010101
Octal 254 301 25
Decimal 172 193 21
Hex AC C1 15

RGB Percentages of Color #acc115

%44.56
%50.00
%5.44

CMYK Percentages of Color #acc115

%11
%0
%89
%24

Triadic Colors of #acc115

#acc115 #15acc1 #c115ac

Analogous Colors of #acc115

#acc115 #56c115 #c18015

Monochromatic Colors of #acc115

#acc115

Complementary Color

#acc115 #2a15c1

#acc115 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc115 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc115 Color CSS Codes

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

#acc115 Text Font Color

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

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


#acc115 Background Color

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

This div background color is #acc115


#acc115 Border Color

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

This div border color is #acc115


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc115


Comments

No comments written yet.

Please login to write comment.