Color Hex Logo

#c68208 Color Hex

#C68208
(198,130,8)
0 Favorites   0 Comments

Color spaces of #c68208

RGB 1981308
HSL0.110.920.40
HSV39°96°78°
CMYK 0.000.340.96   0.22
XYZ31.315227.98863.9816
Yxy27.98860.49480.4423
Hunter Lab52.904313.075732.5708
CIE-Lab59.878418.274164.4410

#c68208 color RGB value is (198,130,8).

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

The process color (four color CMYK) of #c68208 color hex is 0.00, 0.34, 0.96, 0.22. Web safe color of #c68208 is #cc9900. Color #c68208 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000010 00001000
Octal 306 202 10
Decimal 198 130 8
Hex C6 82 8

RGB Percentages of Color #c68208

%58.93
%38.69
%2.38

CMYK Percentages of Color #c68208

%0
%34
%96
%22

Triadic Colors of #c68208

#c68208 #08c682 #8208c6

Analogous Colors of #c68208

#c68208 #abc608 #c62308

Monochromatic Colors of #c68208

#c68208

Complementary Color

#c68208 #084cc6

#c68208 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68208 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68208 Color CSS Codes

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

#c68208 Text Font Color

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

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


#c68208 Background Color

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

This div background color is #c68208


#c68208 Border Color

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

This div border color is #c68208


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68208


Comments

No comments written yet.

Please login to write comment.