Color Hex Logo

#cf680e Color Hex

#CF680E
(207,104,14)
0 Favorites   0 Comments

Color spaces of #cf680e

RGB 20710414
HSL0.080.870.43
HSV28°93°81°
CMYK 0.000.500.93   0.19
XYZ30.761723.19773.2718
Yxy23.19770.53750.4053
Hunter Lab48.164029.718629.6872
CIE-Lab55.275436.068160.7103

#cf680e color RGB value is (207,104,14).

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

The process color (four color CMYK) of #cf680e color hex is 0.00, 0.50, 0.93, 0.19. Web safe color of #cf680e is #cc6600. Color #cf680e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 01101000 00001110
Octal 317 150 16
Decimal 207 104 14
Hex CF 68 E

RGB Percentages of Color #cf680e

%63.69
%32.00
%4.31

CMYK Percentages of Color #cf680e

%0
%50
%93
%19

Triadic Colors of #cf680e

#cf680e #0ecf68 #680ecf

Analogous Colors of #cf680e

#cf680e #cfc90e #cf0e15

Monochromatic Colors of #cf680e

#cf680e

Complementary Color

#cf680e #0e75cf

#cf680e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf680e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf680e Color CSS Codes

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

#cf680e Text Font Color

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

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


#cf680e Background Color

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

This div background color is #cf680e


#cf680e Border Color

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

This div border color is #cf680e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf680e


Comments

No comments written yet.

Please login to write comment.