Color Hex Logo

#c1cc2c Color Hex

#C1CC2C
(193,204,44)
0 Favorites   0 Comments

Color spaces of #c1cc2c

RGB 19320444
HSL0.180.650.49
HSV64°78°80°
CMYK 0.050.000.78   0.20
XYZ44.039854.705010.6209
Yxy54.70500.40270.5002
Hunter Lab73.9628-23.150443.2601
CIE-Lab78.8710-22.020771.5052

#c1cc2c color RGB value is (193,204,44).

#c1cc2c hex color red value is 193, green value is 204 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #c1cc2c hue: 0.18 , saturation: 0.65 and the lightness value of c1cc2c is 0.49.

The process color (four color CMYK) of #c1cc2c color hex is 0.05, 0.00, 0.78, 0.20. Web safe color of #c1cc2c is #cccc33. Color #c1cc2c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 11001100 00101100
Octal 301 314 54
Decimal 193 204 44
Hex C1 CC 2C

RGB Percentages of Color #c1cc2c

%43.76
%46.26
%9.98

CMYK Percentages of Color #c1cc2c

%5
%0
%78
%20

Triadic Colors of #c1cc2c

#c1cc2c #2cc1cc #cc2cc1

Analogous Colors of #c1cc2c

#c1cc2c #71cc2c #cc872c

Monochromatic Colors of #c1cc2c

#c1cc2c

Complementary Color

#c1cc2c #372ccc

#c1cc2c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1cc2c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1cc2c Color CSS Codes

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

#c1cc2c Text Font Color

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

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


#c1cc2c Background Color

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

This div background color is #c1cc2c


#c1cc2c Border Color

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

This div border color is #c1cc2c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1cc2c


Comments

No comments written yet.

Please login to write comment.