Color Hex Logo

#c0cc0f Color Hex

#C0CC0F
(192,204,15)
0 Favorites   0 Comments

Color spaces of #c0cc0f

RGB 19220415
HSL0.180.860.43
HSV64°93°80°
CMYK 0.060.000.93   0.20
XYZ43.417354.42678.6690
Yxy54.42670.40760.5110
Hunter Lab73.7745-24.055544.6751
CIE-Lab78.7099-23.157777.2531

#c0cc0f color RGB value is (192,204,15).

#c0cc0f hex color red value is 192, green value is 204 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c0cc0f hue: 0.18 , saturation: 0.86 and the lightness value of c0cc0f is 0.43.

The process color (four color CMYK) of #c0cc0f color hex is 0.06, 0.00, 0.93, 0.20. Web safe color of #c0cc0f is #cccc00. Color #c0cc0f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11001100 00001111
Octal 300 314 17
Decimal 192 204 15
Hex C0 CC F

RGB Percentages of Color #c0cc0f

%46.72
%49.64
%3.65

CMYK Percentages of Color #c0cc0f

%6
%0
%93
%20

Triadic Colors of #c0cc0f

#c0cc0f #0fc0cc #cc0fc0

Analogous Colors of #c0cc0f

#c0cc0f #61cc0f #cc7a0f

Monochromatic Colors of #c0cc0f

#c0cc0f

Complementary Color

#c0cc0f #1b0fcc

#c0cc0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0cc0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0cc0f Color CSS Codes

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

#c0cc0f Text Font Color

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

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


#c0cc0f Background Color

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

This div background color is #c0cc0f


#c0cc0f Border Color

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

This div border color is #c0cc0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0cc0f


Comments

No comments written yet.

Please login to write comment.