Color Hex Logo

#accc07 Color Hex

#ACCC07
(172,204,7)
0 Favorites   0 Comments

Color spaces of #accc07

RGB 1722047
HSL0.190.930.41
HSV70°97°80°
CMYK 0.160.000.97   0.20
XYZ38.644551.97178.1958
Yxy51.97170.39110.5260
Hunter Lab72.0914-30.475343.7235
CIE-Lab77.2639-31.586476.3549

#accc07 color RGB value is (172,204,7).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101100 11001100 00000111
Octal 254 314 7
Decimal 172 204 7
Hex AC CC 7

RGB Percentages of Color #accc07

%44.91
%53.26
%1.83

CMYK Percentages of Color #accc07

%16
%0
%97
%20

Triadic Colors of #accc07

#accc07 #07accc #cc07ac

Analogous Colors of #accc07

#accc07 #4acc07 #cc8a07

Monochromatic Colors of #accc07

#accc07

Complementary Color

#accc07 #2707cc

#accc07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#accc07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#accc07 Color CSS Codes

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

#accc07 Text Font Color

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

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


#accc07 Background Color

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

This div background color is #accc07


#accc07 Border Color

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

This div border color is #accc07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #accc07


Comments

No comments written yet.

Please login to write comment.