Color Hex Logo

#c6980d Color Hex

#C6980D
(198,152,13)
0 Favorites   0 Comments

Color spaces of #c6980d

RGB 19815213
HSL0.130.880.41
HSV45°93°78°
CMYK 0.000.230.93   0.22
XYZ34.589634.49135.2152
Yxy34.49130.46560.4642
Hunter Lab58.72932.354335.8455
CIE-Lab65.35076.326567.6268

#c6980d color RGB value is (198,152,13).

#c6980d hex color red value is 198, green value is 152 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #c6980d hue: 0.13 , saturation: 0.88 and the lightness value of c6980d is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10011000 00001101
Octal 306 230 15
Decimal 198 152 13
Hex C6 98 D

RGB Percentages of Color #c6980d

%54.55
%41.87
%3.58

CMYK Percentages of Color #c6980d

%0
%23
%93
%22

Triadic Colors of #c6980d

#c6980d #0dc698 #980dc6

Analogous Colors of #c6980d

#c6980d #98c60d #c63c0d

Monochromatic Colors of #c6980d

#c6980d

Complementary Color

#c6980d #0d3bc6

#c6980d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c6980d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c6980d Color CSS Codes

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

#c6980d Text Font Color

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

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


#c6980d Background Color

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

This div background color is #c6980d


#c6980d Border Color

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

This div border color is #c6980d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,152,13, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c6980d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c6980d;
  -webkit-box-shadow: 1px 1px 3px 2px #c6980d;
  box-shadow:         1px 1px 3px 2px #c6980d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,152,13, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c6980d


Comments

No comments written yet.

Please login to write comment.