Color Hex Logo

#c98007 Color Hex

#C98007
(201,128,7)
0 Favorites   0 Comments

Color spaces of #c98007

RGB 2011287
HSL0.100.930.41
HSV37°97°79°
CMYK 0.000.360.97   0.21
XYZ31.844927.87123.9023
Yxy27.87120.50060.4381
Hunter Lab52.793215.283332.5727
CIE-Lab59.772220.668364.7015

#c98007 color RGB value is (201,128,7).

#c98007 hex color red value is 201, green value is 128 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #c98007 hue: 0.10 , saturation: 0.93 and the lightness value of c98007 is 0.41.

The process color (four color CMYK) of #c98007 color hex is 0.00, 0.36, 0.97, 0.21. Web safe color of #c98007 is #cc9900. Color #c98007 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000000 00000111
Octal 311 200 7
Decimal 201 128 7
Hex C9 80 7

RGB Percentages of Color #c98007

%59.82
%38.10
%2.08

CMYK Percentages of Color #c98007

%0
%36
%97
%21

Triadic Colors of #c98007

#c98007 #07c980 #8007c9

Analogous Colors of #c98007

#c98007 #b1c907 #c91f07

Monochromatic Colors of #c98007

#c98007

Complementary Color

#c98007 #0750c9

#c98007 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98007 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98007 Color CSS Codes

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

#c98007 Text Font Color

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

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


#c98007 Background Color

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

This div background color is #c98007


#c98007 Border Color

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

This div border color is #c98007


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(201,128,7, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c98007; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c98007;
  -webkit-box-shadow: 1px 1px 3px 2px #c98007;
  box-shadow:         1px 1px 3px 2px #c98007; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(201,128,7, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98007


Comments

No comments written yet.

Please login to write comment.