Color Hex Logo

#acc018 Color Hex

#ACC018
(172,192,24)
0 Favorites   0 Comments

Color spaces of #acc018

RGB 17219224
HSL0.190.780.42
HSV67°88°75°
CMYK 0.100.000.88   0.25
XYZ36.027846.53597.9476
Yxy46.53590.39800.5141
Hunter Lab68.2172-25.108340.8445
CIE-Lab73.8919-25.608671.4023

#acc018 color RGB value is (172,192,24).

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

The process color (four color CMYK) of #acc018 color hex is 0.10, 0.00, 0.88, 0.25. Web safe color of #acc018 is #99cc00. Color #acc018 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000000 00011000
Octal 254 300 30
Decimal 172 192 24
Hex AC C0 18

RGB Percentages of Color #acc018

%44.33
%49.48
%6.19

CMYK Percentages of Color #acc018

%10
%0
%88
%25

Triadic Colors of #acc018

#acc018 #18acc0 #c018ac

Analogous Colors of #acc018

#acc018 #58c018 #c08018

Monochromatic Colors of #acc018

#acc018

Complementary Color

#acc018 #2c18c0

#acc018 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc018 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc018 Color CSS Codes

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

#acc018 Text Font Color

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

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


#acc018 Background Color

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

This div background color is #acc018


#acc018 Border Color

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

This div border color is #acc018


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc018


Comments

No comments written yet.

Please login to write comment.