Color Hex Logo

#c8680f Color Hex

#C8680F
(200,104,15)
0 Favorites   0 Comments

Color spaces of #c8680f

RGB 20010415
HSL0.080.860.42
HSV29°93°78°
CMYK 0.000.480.93   0.22
XYZ28.856022.21453.2189
Yxy22.21450.53150.4092
Hunter Lab47.132326.802428.9434
CIE-Lab54.253933.230659.2860

#c8680f color RGB value is (200,104,15).

#c8680f hex color red value is 200, green value is 104 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #c8680f hue: 0.08 , saturation: 0.86 and the lightness value of c8680f is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 11001000 01101000 00001111
Octal 310 150 17
Decimal 200 104 15
Hex C8 68 F

RGB Percentages of Color #c8680f

%62.70
%32.60
%4.70

CMYK Percentages of Color #c8680f

%0
%48
%93
%22

Triadic Colors of #c8680f

#c8680f #0fc868 #680fc8

Analogous Colors of #c8680f

#c8680f #c8c50f #c80f12

Monochromatic Colors of #c8680f

#c8680f

Complementary Color

#c8680f #0f6fc8

#c8680f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8680f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8680f Color CSS Codes

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

#c8680f Text Font Color

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

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


#c8680f Background Color

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

This div background color is #c8680f


#c8680f Border Color

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

This div border color is #c8680f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(200,104,15, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c8680f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c8680f;
  -webkit-box-shadow: 1px 1px 3px 2px #c8680f;
  box-shadow:         1px 1px 3px 2px #c8680f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(200,104,15, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8680f


Comments

No comments written yet.

Please login to write comment.