Color Hex Logo

#c5670e Color Hex

#C5670E
(197,103,14)
0 Favorites   0 Comments

Color spaces of #c5670e

RGB 19710314
HSL0.080.870.41
HSV29°93°77°
CMYK 0.000.480.93   0.23
XYZ27.955521.60253.1118
Yxy21.60250.53080.4101
Hunter Lab46.478526.025428.5654
CIE-Lab53.602732.504758.8569

#c5670e color RGB value is (197,103,14).

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

The process color (four color CMYK) of #c5670e color hex is 0.00, 0.48, 0.93, 0.23. Web safe color of #c5670e is #cc6600. Color #c5670e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000101 01100111 00001110
Octal 305 147 16
Decimal 197 103 14
Hex C5 67 E

RGB Percentages of Color #c5670e

%62.74
%32.80
%4.46

CMYK Percentages of Color #c5670e

%0
%48
%93
%23

Triadic Colors of #c5670e

#c5670e #0ec567 #670ec5

Analogous Colors of #c5670e

#c5670e #c5c30e #c50e10

Monochromatic Colors of #c5670e

#c5670e

Complementary Color

#c5670e #0e6cc5

#c5670e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c5670e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c5670e Color CSS Codes

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

#c5670e Text Font Color

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

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


#c5670e Background Color

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

This div background color is #c5670e


#c5670e Border Color

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

This div border color is #c5670e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(197,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 #c5670e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c5670e


Comments

No comments written yet.

Please login to write comment.