Color Hex Logo

#accc08 Color Hex

#ACCC08
(172,204,8)
0 Favorites   0 Comments

Color spaces of #accc08

RGB 1722048
HSL0.190.920.42
HSV70°96°80°
CMYK 0.160.000.96   0.20
XYZ38.650051.97398.2246
Yxy51.97390.39100.5258
Hunter Lab72.0929-30.466343.7010
CIE-Lab77.2652-31.574576.2584

#accc08 color RGB value is (172,204,8).

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

The process color (four color CMYK) of #accc08 color hex is 0.16, 0.00, 0.96, 0.20. Web safe color of #accc08 is #99cc00. Color #accc08 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 00001000
Octal 254 314 10
Decimal 172 204 8
Hex AC CC 8

RGB Percentages of Color #accc08

%44.79
%53.13
%2.08

CMYK Percentages of Color #accc08

%16
%0
%96
%20

Triadic Colors of #accc08

#accc08 #08accc #cc08ac

Analogous Colors of #accc08

#accc08 #4acc08 #cc8a08

Monochromatic Colors of #accc08

#accc08

Complementary Color

#accc08 #2808cc

#accc08 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc08 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc08 Color CSS Codes

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

#accc08 Text Font Color

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

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


#accc08 Background Color

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

This div background color is #accc08


#accc08 Border Color

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

This div border color is #accc08


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc08


Comments

No comments written yet.

Please login to write comment.