Color Hex Logo

#acc118 Color Hex

#ACC118
(172,193,24)
0 Favorites   0 Comments

Color spaces of #acc118

RGB 17219324
HSL0.190.780.43
HSV67°88°76°
CMYK 0.110.000.88   0.24
XYZ36.248146.97658.0211
Yxy46.97650.39730.5148
Hunter Lab68.5394-25.541541.0389
CIE-Lab74.1747-26.091671.6330

#acc118 color RGB value is (172,193,24).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000001 00011000
Octal 254 301 30
Decimal 172 193 24
Hex AC C1 18

RGB Percentages of Color #acc118

%44.22
%49.61
%6.17

CMYK Percentages of Color #acc118

%11
%0
%88
%24

Triadic Colors of #acc118

#acc118 #18acc1 #c118ac

Analogous Colors of #acc118

#acc118 #58c118 #c18218

Monochromatic Colors of #acc118

#acc118

Complementary Color

#acc118 #2d18c1

#acc118 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc118 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc118 Color CSS Codes

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

#acc118 Text Font Color

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

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


#acc118 Background Color

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

This div background color is #acc118


#acc118 Border Color

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

This div border color is #acc118


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc118


Comments

No comments written yet.

Please login to write comment.