Color Hex Logo

#cf830e Color Hex

#CF830E
(207,131,14)
0 Favorites   0 Comments

Color spaces of #cf830e

RGB 20713114
HSL0.100.870.43
HSV36°93°81°
CMYK 0.000.370.93   0.19
XYZ33.927729.52974.3271
Yxy29.52970.50050.4356
Hunter Lab54.341216.348533.3177
CIE-Lab61.246321.726264.9323

#cf830e color RGB value is (207,131,14).

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

The process color (four color CMYK) of #cf830e color hex is 0.00, 0.37, 0.93, 0.19. Web safe color of #cf830e is #cc9900. Color #cf830e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000011 00001110
Octal 317 203 16
Decimal 207 131 14
Hex CF 83 E

RGB Percentages of Color #cf830e

%58.81
%37.22
%3.98

CMYK Percentages of Color #cf830e

%0
%37
%93
%19

Triadic Colors of #cf830e

#cf830e #0ecf83 #830ecf

Analogous Colors of #cf830e

#cf830e #bbcf0e #cf230e

Monochromatic Colors of #cf830e

#cf830e

Complementary Color

#cf830e #0e5acf

#cf830e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf830e Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf830e Color CSS Codes

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

#cf830e Text Font Color

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

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


#cf830e Background Color

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

This div background color is #cf830e


#cf830e Border Color

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

This div border color is #cf830e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf830e


Comments

No comments written yet.

Please login to write comment.