Color Hex Logo

#c7c478 Color Hex

#C7C478
(199,196,120)
0 Favorites   0 Comments

Color spaces of #c7c478

RGB 199196120
HSL0.160.410.63
HSV58°40°78°
CMYK 0.000.020.40   0.22
XYZ46.683352.978025.5346
Yxy52.97800.37290.4232
Hunter Lab72.7860-12.889630.1502
CIE-Lab77.8620-10.080038.4961

#c7c478 color RGB value is (199,196,120).

#c7c478 hex color red value is 199, green value is 196 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #c7c478 hue: 0.16 , saturation: 0.41 and the lightness value of c7c478 is 0.63.

The process color (four color CMYK) of #c7c478 color hex is 0.00, 0.02, 0.40, 0.22. Web safe color of #c7c478 is #cccc66. Color #c7c478 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000100 01111000
Octal 307 304 170
Decimal 199 196 120
Hex C7 C4 78

RGB Percentages of Color #c7c478

%38.64
%38.06
%23.30

CMYK Percentages of Color #c7c478

%0
%2
%40
%22

Triadic Colors of #c7c478

#c7c478 #78c7c4 #c478c7

Analogous Colors of #c7c478

#c7c478 #a3c778 #c79d78

Monochromatic Colors of #c7c478

#c7c478

Complementary Color

#c7c478 #787bc7

#c7c478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c478 Color CSS Codes

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

#c7c478 Text Font Color

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

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


#c7c478 Background Color

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

This div background color is #c7c478


#c7c478 Border Color

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

This div border color is #c7c478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c478


Comments

No comments written yet.

Please login to write comment.