Color Hex Logo

#c98506 Color Hex

#C98506
(201,133,6)
0 Favorites   0 Comments

Color spaces of #c98506

RGB 2011336
HSL0.110.940.41
HSV39°97°79°
CMYK 0.000.340.97   0.21
XYZ32.507829.20574.0962
Yxy29.20570.49400.4438
Hunter Lab54.042312.798233.3357
CIE-Lab60.962717.929865.6796

#c98506 color RGB value is (201,133,6).

#c98506 hex color red value is 201, green value is 133 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c98506 hue: 0.11 , saturation: 0.94 and the lightness value of c98506 is 0.41.

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

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000101 00000110
Octal 311 205 6
Decimal 201 133 6
Hex C9 85 6

RGB Percentages of Color #c98506

%59.12
%39.12
%1.76

CMYK Percentages of Color #c98506

%0
%34
%97
%21

Triadic Colors of #c98506

#c98506 #06c985 #8506c9

Analogous Colors of #c98506

#c98506 #acc906 #c92306

Monochromatic Colors of #c98506

#c98506

Complementary Color

#c98506 #064ac9

#c98506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98506 Color CSS Codes

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

#c98506 Text Font Color

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

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


#c98506 Background Color

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

This div background color is #c98506


#c98506 Border Color

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

This div border color is #c98506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98506


Comments

No comments written yet.

Please login to write comment.