Color Hex Logo

#c2670e Color Hex

#C2670E
(194,103,14)
0 Favorites   0 Comments

Color spaces of #c2670e

RGB 19410314
HSL0.080.870.41
HSV30°93°76°
CMYK 0.000.470.93   0.24
XYZ27.177621.20153.0754
Yxy21.20150.52820.4120
Hunter Lab46.045124.778728.2715
CIE-Lab53.169331.259458.3491

#c2670e color RGB value is (194,103,14).

#c2670e hex color red value is 194, green value is 103 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #c2670e hue: 0.08 , saturation: 0.87 and the lightness value of c2670e is 0.41.

The process color (four color CMYK) of #c2670e color hex is 0.00, 0.47, 0.93, 0.24. Web safe color of #c2670e is #cc6600. Color #c2670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01100111 00001110
Octal 302 147 16
Decimal 194 103 14
Hex C2 67 E

RGB Percentages of Color #c2670e

%62.38
%33.12
%4.50

CMYK Percentages of Color #c2670e

%0
%47
%93
%24

Triadic Colors of #c2670e

#c2670e #0ec267 #670ec2

Analogous Colors of #c2670e

#c2670e #c2c10e #c20e0f

Monochromatic Colors of #c2670e

#c2670e

Complementary Color

#c2670e #0e69c2

#c2670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2670e Color CSS Codes

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

#c2670e Text Font Color

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

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


#c2670e Background Color

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

This div background color is #c2670e


#c2670e Border Color

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

This div border color is #c2670e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,103,14, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2670e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2670e;
  -webkit-box-shadow: 1px 1px 3px 2px #c2670e;
  box-shadow:         1px 1px 3px 2px #c2670e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,103,14, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2670e


Comments

No comments written yet.

Please login to write comment.