Color Hex Logo

#acc508 Color Hex

#ACC508
(172,197,8)
0 Favorites   0 Comments

Color spaces of #acc508

RGB 1721978
HSL0.190.920.40
HSV68°96°77°
CMYK 0.130.000.96   0.23
XYZ37.023348.72077.6824
Yxy48.72070.39630.5215
Hunter Lab69.8002-27.470742.3345
CIE-Lab75.2772-28.277274.7310

#acc508 color RGB value is (172,197,8).

#acc508 hex color red value is 172, green value is 197 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #acc508 hue: 0.19 , saturation: 0.92 and the lightness value of acc508 is 0.40.

The process color (four color CMYK) of #acc508 color hex is 0.13, 0.00, 0.96, 0.23. Web safe color of #acc508 is #99cc00. Color #acc508 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11000101 00001000
Octal 254 305 10
Decimal 172 197 8
Hex AC C5 8

RGB Percentages of Color #acc508

%45.62
%52.25
%2.12

CMYK Percentages of Color #acc508

%13
%0
%96
%23

Triadic Colors of #acc508

#acc508 #08acc5 #c508ac

Analogous Colors of #acc508

#acc508 #4ec508 #c58008

Monochromatic Colors of #acc508

#acc508

Complementary Color

#acc508 #2108c5

#acc508 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#acc508 Color Preview on White Background

Lorem ipsum dolor sit amet.

#acc508 Color CSS Codes

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

#acc508 Text Font Color

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

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


#acc508 Background Color

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

This div background color is #acc508


#acc508 Border Color

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

This div border color is #acc508


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #acc508


Comments

No comments written yet.

Please login to write comment.