Color Hex Logo

#c7c04c Color Hex

#C7C04C
(199,192,76)
0 Favorites   0 Comments

Color spaces of #c7c04c

RGB 19919276
HSL0.160.520.54
HSV57°62°78°
CMYK 0.000.040.62   0.22
XYZ43.707350.363214.2549
Yxy50.36320.40350.4649
Hunter Lab70.9670-14.257437.7675
CIE-Lab76.2917-11.878957.5693

#c7c04c color RGB value is (199,192,76).

#c7c04c hex color red value is 199, green value is 192 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #c7c04c hue: 0.16 , saturation: 0.52 and the lightness value of c7c04c is 0.54.

The process color (four color CMYK) of #c7c04c color hex is 0.00, 0.04, 0.62, 0.22. Web safe color of #c7c04c is #cccc33. Color #c7c04c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000000 01001100
Octal 307 300 114
Decimal 199 192 76
Hex C7 C0 4C

RGB Percentages of Color #c7c04c

%42.61
%41.11
%16.27

CMYK Percentages of Color #c7c04c

%0
%4
%62
%22

Triadic Colors of #c7c04c

#c7c04c #4cc7c0 #c04cc7

Analogous Colors of #c7c04c

#c7c04c #91c74c #c7834c

Monochromatic Colors of #c7c04c

#c7c04c

Complementary Color

#c7c04c #4c53c7

#c7c04c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c04c Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c04c Color CSS Codes

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

#c7c04c Text Font Color

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

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


#c7c04c Background Color

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

This div background color is #c7c04c


#c7c04c Border Color

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

This div border color is #c7c04c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c04c


Comments

No comments written yet.

Please login to write comment.