Color Hex Logo

#c8820e Color Hex

#C8820E
(200,130,14)
0 Favorites   0 Comments

Color spaces of #c8820e

RGB 20013014
HSL0.100.870.42
HSV37°93°78°
CMYK 0.000.350.93   0.22
XYZ31.881328.27634.1930
Yxy28.27630.49540.4394
Hunter Lab53.175513.962432.5477
CIE-Lab60.137519.225863.7331

#c8820e color RGB value is (200,130,14).

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

The process color (four color CMYK) of #c8820e color hex is 0.00, 0.35, 0.93, 0.22. Web safe color of #c8820e is #cc9900. Color #c8820e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001000 10000010 00001110
Octal 310 202 16
Decimal 200 130 14
Hex C8 82 E

RGB Percentages of Color #c8820e

%58.14
%37.79
%4.07

CMYK Percentages of Color #c8820e

%0
%35
%93
%22

Triadic Colors of #c8820e

#c8820e #0ec882 #820ec8

Analogous Colors of #c8820e

#c8820e #b1c80e #c8250e

Monochromatic Colors of #c8820e

#c8820e

Complementary Color

#c8820e #0e54c8

#c8820e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c8820e Color Preview on White Background

Lorem ipsum dolor sit amet.

#c8820e Color CSS Codes

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

#c8820e Text Font Color

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

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


#c8820e Background Color

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

This div background color is #c8820e


#c8820e Border Color

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

This div border color is #c8820e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c8820e


Comments

No comments written yet.

Please login to write comment.