Color Hex Logo

#c1c00c Color Hex

#C1C00C
(193,192,12)
0 Favorites   0 Comments

Color spaces of #c1c00c

RGB 19319212
HSL0.170.880.40
HSV60°94°76°
CMYK 0.000.010.94   0.24
XYZ40.908349.06337.6619
Yxy49.06330.41900.5025
Hunter Lab70.0452-18.330242.5462
CIE-Lab75.4907-16.847175.1726

#c1c00c color RGB value is (193,192,12).

#c1c00c hex color red value is 193, green value is 192 and the blue value of its RGB is 12. Cylindrical-coordinate representations (also known as HSL) of color #c1c00c hue: 0.17 , saturation: 0.88 and the lightness value of c1c00c is 0.40.

The process color (four color CMYK) of #c1c00c color hex is 0.00, 0.01, 0.94, 0.24. Web safe color of #c1c00c is #cccc00. Color #c1c00c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11000000 00001100
Octal 301 300 14
Decimal 193 192 12
Hex C1 C0 C

RGB Percentages of Color #c1c00c

%48.61
%48.36
%3.02

CMYK Percentages of Color #c1c00c

%0
%1
%94
%24

Triadic Colors of #c1c00c

#c1c00c #0cc1c0 #c00cc1

Analogous Colors of #c1c00c

#c1c00c #68c10c #c1660c

Monochromatic Colors of #c1c00c

#c1c00c

Complementary Color

#c1c00c #0c0dc1

#c1c00c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1c00c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1c00c Color CSS Codes

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

#c1c00c Text Font Color

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

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


#c1c00c Background Color

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

This div background color is #c1c00c


#c1c00c Border Color

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

This div border color is #c1c00c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1c00c


Comments

No comments written yet.

Please login to write comment.