Color Hex Logo

#c7c047 Color Hex

#C7C047
(199,192,71)
0 Favorites   0 Comments

Color spaces of #c7c047

RGB 19919271
HSL0.160.530.53
HSV57°64°78°
CMYK 0.000.040.64   0.22
XYZ43.540250.296313.3746
Yxy50.29630.40610.4691
Hunter Lab70.9199-14.522438.4626
CIE-Lab76.2508-12.195159.6339

#c7c047 color RGB value is (199,192,71).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000111 11000000 01000111
Octal 307 300 107
Decimal 199 192 71
Hex C7 C0 47

RGB Percentages of Color #c7c047

%43.07
%41.56
%15.37

CMYK Percentages of Color #c7c047

%0
%4
%64
%22

Triadic Colors of #c7c047

#c7c047 #47c7c0 #c047c7

Analogous Colors of #c7c047

#c7c047 #8ec747 #c78047

Monochromatic Colors of #c7c047

#c7c047

Complementary Color

#c7c047 #474ec7

#c7c047 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c7c047 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c7c047 Color CSS Codes

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

#c7c047 Text Font Color

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

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


#c7c047 Background Color

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

This div background color is #c7c047


#c7c047 Border Color

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

This div border color is #c7c047


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c7c047


Comments

No comments written yet.

Please login to write comment.