Color Hex Logo

#cf8200 Color Hex

#CF8200
(207,130,0)
0 Favorites   0 Comments

Color spaces of #cf8200

RGB 2071300
HSL0.101.000.41
HSV38°100°81°
CMYK 0.000.371.00   0.19
XYZ33.714829.23073.8651
Yxy29.23070.50460.4375
Hunter Lab54.065416.696833.6072
CIE-Lab60.984722.110367.0022

#cf8200 color RGB value is (207,130,0).

#cf8200 hex color red value is 207, green value is 130 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #cf8200 hue: 0.10 , saturation: 1.00 and the lightness value of cf8200 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10000010 00000000
Octal 317 202 0
Decimal 207 130 0
Hex CF 82 0

RGB Percentages of Color #cf8200

%61.42
%38.58
%0.00

CMYK Percentages of Color #cf8200

%0
%37
%100
%19

Triadic Colors of #cf8200

#cf8200 #00cf82 #8200cf

Analogous Colors of #cf8200

#cf8200 #b5cf00 #cf1b00

Monochromatic Colors of #cf8200

#cf8200

Complementary Color

#cf8200 #004dcf

#cf8200 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cf8200 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cf8200 Color CSS Codes

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

#cf8200 Text Font Color

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

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


#cf8200 Background Color

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

This div background color is #cf8200


#cf8200 Border Color

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

This div border color is #cf8200


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,130,0, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cf8200


Comments

No comments written yet.

Please login to write comment.