Color Hex Logo

#c0c73c Color Hex

#C0C73C
(192,199,60)
0 Favorites   0 Comments

Color spaces of #c0c73c

RGB 19219960
HSL0.180.550.51
HSV63°70°78°
CMYK 0.040.000.70   0.22
XYZ42.977352.379612.1201
Yxy52.37960.39990.4874
Hunter Lab72.3738-20.656440.7326
CIE-Lab77.5073-19.279365.0112

#c0c73c color RGB value is (192,199,60).

#c0c73c hex color red value is 192, green value is 199 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #c0c73c hue: 0.18 , saturation: 0.55 and the lightness value of c0c73c is 0.51.

The process color (four color CMYK) of #c0c73c color hex is 0.04, 0.00, 0.70, 0.22. Web safe color of #c0c73c is #cccc33. Color #c0c73c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 11000111 00111100
Octal 300 307 74
Decimal 192 199 60
Hex C0 C7 3C

RGB Percentages of Color #c0c73c

%42.57
%44.12
%13.30

CMYK Percentages of Color #c0c73c

%4
%0
%70
%22

Triadic Colors of #c0c73c

#c0c73c #3cc0c7 #c73cc0

Analogous Colors of #c0c73c

#c0c73c #7bc73c #c7893c

Monochromatic Colors of #c0c73c

#c0c73c

Complementary Color

#c0c73c #433cc7

#c0c73c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0c73c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0c73c Color CSS Codes

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

#c0c73c Text Font Color

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

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


#c0c73c Background Color

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

This div background color is #c0c73c


#c0c73c Border Color

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

This div border color is #c0c73c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0c73c


Comments

No comments written yet.

Please login to write comment.