Color Hex Logo

#ccc00c Color Hex

#CCC00C
(204,192,12)
0 Favorites   0 Comments

Color spaces of #ccc00c

RGB 20419212
HSL0.160.890.42
HSV56°94°80°
CMYK 0.000.060.94   0.20
XYZ43.817850.56327.7981
Yxy50.56320.42880.4948
Hunter Lab71.1078-14.444043.2734
CIE-Lab76.4137-12.079876.2775

#ccc00c color RGB value is (204,192,12).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000000 00001100
Octal 314 300 14
Decimal 204 192 12
Hex CC C0 C

RGB Percentages of Color #ccc00c

%50.00
%47.06
%2.94

CMYK Percentages of Color #ccc00c

%0
%6
%94
%20

Triadic Colors of #ccc00c

#ccc00c #0cccc0 #c00ccc

Analogous Colors of #ccc00c

#ccc00c #78cc0c #cc600c

Monochromatic Colors of #ccc00c

#ccc00c

Complementary Color

#ccc00c #0c18cc

#ccc00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc00c Color CSS Codes

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

#ccc00c Text Font Color

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

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


#ccc00c Background Color

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

This div background color is #ccc00c


#ccc00c Border Color

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

This div border color is #ccc00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc00c


Comments

No comments written yet.

Please login to write comment.