Color Hex Logo

#c67108 Color Hex

#C67108
(198,113,8)
0 Favorites   0 Comments

Color spaces of #c67108

RGB 1981138
HSL0.090.920.40
HSV33°96°78°
CMYK 0.000.430.96   0.22
XYZ29.237723.83363.2891
Yxy23.83360.51880.4229
Hunter Lab48.819721.467830.1793
CIE-Lab55.920827.520761.7137

#c67108 color RGB value is (198,113,8).

#c67108 hex color red value is 198, green value is 113 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c67108 hue: 0.09 , saturation: 0.92 and the lightness value of c67108 is 0.40.

The process color (four color CMYK) of #c67108 color hex is 0.00, 0.43, 0.96, 0.22. Web safe color of #c67108 is #cc6600. Color #c67108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01110001 00001000
Octal 306 161 10
Decimal 198 113 8
Hex C6 71 8

RGB Percentages of Color #c67108

%62.07
%35.42
%2.51

CMYK Percentages of Color #c67108

%0
%43
%96
%22

Triadic Colors of #c67108

#c67108 #08c671 #7108c6

Analogous Colors of #c67108

#c67108 #bcc608 #c61208

Monochromatic Colors of #c67108

#c67108

Complementary Color

#c67108 #085dc6

#c67108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67108 Color CSS Codes

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

#c67108 Text Font Color

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

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


#c67108 Background Color

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

This div background color is #c67108


#c67108 Border Color

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

This div border color is #c67108


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,113,8, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c67108; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c67108;
  -webkit-box-shadow: 1px 1px 3px 2px #c67108;
  box-shadow:         1px 1px 3px 2px #c67108; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,113,8, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67108


Comments

No comments written yet.

Please login to write comment.