Color Hex Logo

#c78c21 Color Hex

#C78C21
(199,140,33)
0 Favorites   0 Comments

Color spaces of #c78c21

RGB 19914033
HSL0.110.720.45
HSV39°83°78°
CMYK 0.000.300.83   0.22
XYZ33.205831.00815.6739
Yxy31.00810.47510.4437
Hunter Lab55.68498.993832.9382
CIE-Lab62.514513.726260.6669

#c78c21 color RGB value is (199,140,33).

#c78c21 hex color red value is 199, green value is 140 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #c78c21 hue: 0.11 , saturation: 0.72 and the lightness value of c78c21 is 0.45.

The process color (four color CMYK) of #c78c21 color hex is 0.00, 0.30, 0.83, 0.22. Web safe color of #c78c21 is #cc9933. Color #c78c21 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000111 10001100 00100001
Octal 307 214 41
Decimal 199 140 33
Hex C7 8C 21

RGB Percentages of Color #c78c21

%53.49
%37.63
%8.87

CMYK Percentages of Color #c78c21

%0
%30
%83
%22

Triadic Colors of #c78c21

#c78c21 #21c78c #8c21c7

Analogous Colors of #c78c21

#c78c21 #afc721 #c73921

Monochromatic Colors of #c78c21

#c78c21

Complementary Color

#c78c21 #215cc7

#c78c21 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c78c21 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c78c21 Color CSS Codes

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

#c78c21 Text Font Color

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

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


#c78c21 Background Color

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

This div background color is #c78c21


#c78c21 Border Color

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

This div border color is #c78c21


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c78c21


Comments

No comments written yet.

Please login to write comment.