Color Hex Logo

#c78914 Color Hex

#C78914
(199,137,20)
0 Favorites   0 Comments

Color spaces of #c78914

RGB 19913720
HSL0.110.820.43
HSV39°90°78°
CMYK 0.000.310.90   0.22
XYZ32.625130.08394.7491
Yxy30.08390.48360.4460
Hunter Lab54.848810.189833.2605
CIE-Lab61.726515.057663.6100

#c78914 color RGB value is (199,137,20).

#c78914 hex color red value is 199, green value is 137 and the blue value of its RGB is 20. Cylindrical-coordinate representations (also known as HSL) of color #c78914 hue: 0.11 , saturation: 0.82 and the lightness value of c78914 is 0.43.

The process color (four color CMYK) of #c78914 color hex is 0.00, 0.31, 0.90, 0.22. Web safe color of #c78914 is #cc9900. Color #c78914 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001001 00010100
Octal 307 211 24
Decimal 199 137 20
Hex C7 89 14

RGB Percentages of Color #c78914

%55.90
%38.48
%5.62

CMYK Percentages of Color #c78914

%0
%31
%90
%22

Triadic Colors of #c78914

#c78914 #14c789 #8914c7

Analogous Colors of #c78914

#c78914 #acc714 #c73014

Monochromatic Colors of #c78914

#c78914

Complementary Color

#c78914 #1452c7

#c78914 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78914 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78914 Color CSS Codes

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

#c78914 Text Font Color

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

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


#c78914 Background Color

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

This div background color is #c78914


#c78914 Border Color

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

This div border color is #c78914


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78914


Comments

No comments written yet.

Please login to write comment.