Color Hex Logo

#acc918 Color Hex

#ACC918
(172,201,24)
0 Favorites   0 Comments

Color spaces of #acc918

RGB 17220124
HSL0.190.790.44
HSV70°88°79°
CMYK 0.140.000.88   0.21
XYZ38.064850.60998.6266
Yxy50.60990.39120.5201
Hunter Lab71.1406-28.987242.6089
CIE-Lab76.4421-29.905773.4836

#acc918 color RGB value is (172,201,24).

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

The process color (four color CMYK) of #acc918 color hex is 0.14, 0.00, 0.88, 0.21. Web safe color of #acc918 is #99cc00. Color #acc918 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001001 00011000
Octal 254 311 30
Decimal 172 201 24
Hex AC C9 18

RGB Percentages of Color #acc918

%43.32
%50.63
%6.05

CMYK Percentages of Color #acc918

%14
%0
%88
%21

Triadic Colors of #acc918

#acc918 #18acc9 #c918ac

Analogous Colors of #acc918

#acc918 #54c918 #c98e18

Monochromatic Colors of #acc918

#acc918

Complementary Color

#acc918 #3518c9

#acc918 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc918 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc918 Color CSS Codes

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

#acc918 Text Font Color

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

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


#acc918 Background Color

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

This div background color is #acc918


#acc918 Border Color

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

This div border color is #acc918


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc918


Comments

No comments written yet.

Please login to write comment.