Color Hex Logo

#c98712 Color Hex

#C98712
(201,135,18)
0 Favorites   0 Comments

Color spaces of #c98712

RGB 20113518
HSL0.110.840.43
HSV38°91°79°
CMYK 0.000.330.91   0.21
XYZ32.860529.78914.5902
Yxy29.78910.48870.4430
Hunter Lab54.579411.955233.2192
CIE-Lab61.471816.995563.9650

#c98712 color RGB value is (201,135,18).

#c98712 hex color red value is 201, green value is 135 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c98712 hue: 0.11 , saturation: 0.84 and the lightness value of c98712 is 0.43.

The process color (four color CMYK) of #c98712 color hex is 0.00, 0.33, 0.91, 0.21. Web safe color of #c98712 is #cc9900. Color #c98712 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10000111 00010010
Octal 311 207 22
Decimal 201 135 18
Hex C9 87 12

RGB Percentages of Color #c98712

%56.78
%38.14
%5.08

CMYK Percentages of Color #c98712

%0
%33
%91
%21

Triadic Colors of #c98712

#c98712 #12c987 #8712c9

Analogous Colors of #c98712

#c98712 #b0c912 #c92c12

Monochromatic Colors of #c98712

#c98712

Complementary Color

#c98712 #1254c9

#c98712 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c98712 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c98712 Color CSS Codes

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

#c98712 Text Font Color

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

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


#c98712 Background Color

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

This div background color is #c98712


#c98712 Border Color

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

This div border color is #c98712


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c98712


Comments

No comments written yet.

Please login to write comment.