Color Hex Logo

#c0dd1c Color Hex

#C0DD1C
(192,221,28)
0 Favorites   0 Comments

Color spaces of #c0dd1c

RGB 19222128
HSL0.190.780.49
HSV69°87°87°
CMYK 0.130.000.87   0.13
XYZ47.804363.003210.7399
Yxy63.00320.39330.5183
Hunter Lab79.3746-31.401747.5399
CIE-Lab83.4441-31.007979.0472

#c0dd1c color RGB value is (192,221,28).

#c0dd1c hex color red value is 192, green value is 221 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #c0dd1c hue: 0.19 , saturation: 0.78 and the lightness value of c0dd1c is 0.49.

The process color (four color CMYK) of #c0dd1c color hex is 0.13, 0.00, 0.87, 0.13. Web safe color of #c0dd1c is #cccc33. Color #c0dd1c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11011101 00011100
Octal 300 335 34
Decimal 192 221 28
Hex C0 DD 1C

RGB Percentages of Color #c0dd1c

%43.54
%50.11
%6.35

CMYK Percentages of Color #c0dd1c

%13
%0
%87
%13

Triadic Colors of #c0dd1c

#c0dd1c #1cc0dd #dd1cc0

Analogous Colors of #c0dd1c

#c0dd1c #60dd1c #dd9a1c

Monochromatic Colors of #c0dd1c

#c0dd1c

Complementary Color

#c0dd1c #391cdd

#c0dd1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0dd1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0dd1c Color CSS Codes

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

#c0dd1c Text Font Color

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

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


#c0dd1c Background Color

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

This div background color is #c0dd1c


#c0dd1c Border Color

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

This div border color is #c0dd1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0dd1c


Comments

No comments written yet.

Please login to write comment.