Color Hex Logo

#ccc006 Color Hex

#CCC006
(204,192,6)
0 Favorites   0 Comments

Color spaces of #ccc006

RGB 2041926
HSL0.160.940.41
HSV56°97°80°
CMYK 0.000.060.97   0.20
XYZ43.784350.54987.6217
Yxy50.54980.42940.4958
Hunter Lab71.0984-14.497143.4130
CIE-Lab76.4055-12.143176.8945

#ccc006 color RGB value is (204,192,6).

#ccc006 hex color red value is 204, green value is 192 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #ccc006 hue: 0.16 , saturation: 0.94 and the lightness value of ccc006 is 0.41.

The process color (four color CMYK) of #ccc006 color hex is 0.00, 0.06, 0.97, 0.20. Web safe color of #ccc006 is #cccc00. Color #ccc006 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00000110
Octal 314 300 6
Decimal 204 192 6
Hex CC C0 6

RGB Percentages of Color #ccc006

%50.75
%47.76
%1.49

CMYK Percentages of Color #ccc006

%0
%6
%97
%20

Triadic Colors of #ccc006

#ccc006 #06ccc0 #c006cc

Analogous Colors of #ccc006

#ccc006 #75cc06 #cc5d06

Monochromatic Colors of #ccc006

#ccc006

Complementary Color

#ccc006 #0612cc

#ccc006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc006 Color CSS Codes

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

#ccc006 Text Font Color

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

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


#ccc006 Background Color

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

This div background color is #ccc006


#ccc006 Border Color

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

This div border color is #ccc006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc006


Comments

No comments written yet.

Please login to write comment.