Color Hex Logo

#c86306 Color Hex

#C86306
(200,99,6)
0 Favorites   0 Comments

Color spaces of #c86306

RGB 200996
HSL0.080.940.40
HSV29°97°78°
CMYK 0.000.510.97   0.22
XYZ28.314121.21622.7751
Yxy21.21620.54130.4056
Hunter Lab46.061029.118628.6706
CIE-Lab53.185335.719560.4274

#c86306 color RGB value is (200,99,6).

#c86306 hex color red value is 200, green value is 99 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c86306 hue: 0.08 , saturation: 0.94 and the lightness value of c86306 is 0.40.

The process color (four color CMYK) of #c86306 color hex is 0.00, 0.51, 0.97, 0.22. Web safe color of #c86306 is #cc6600. Color #c86306 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 01100011 00000110
Octal 310 143 6
Decimal 200 99 6
Hex C8 63 6

RGB Percentages of Color #c86306

%65.57
%32.46
%1.97

CMYK Percentages of Color #c86306

%0
%51
%97
%22

Triadic Colors of #c86306

#c86306 #06c863 #6306c8

Analogous Colors of #c86306

#c86306 #c8c406 #c8060a

Monochromatic Colors of #c86306

#c86306

Complementary Color

#c86306 #066bc8

#c86306 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c86306 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c86306 Color CSS Codes

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

#c86306 Text Font Color

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

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


#c86306 Background Color

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

This div background color is #c86306


#c86306 Border Color

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

This div border color is #c86306


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c86306


Comments

No comments written yet.

Please login to write comment.