Color Hex Logo

#c67e12 Color Hex

#C67E12
(198,126,18)
0 Favorites   0 Comments

Color spaces of #c67e12

RGB 19812618
HSL0.100.830.42
HSV36°91°78°
CMYK 0.000.360.91   0.22
XYZ30.858726.97114.1518
Yxy26.97110.49790.4351
Hunter Lab51.933715.179631.6137
CIE-Lab58.947620.600261.9034

#c67e12 color RGB value is (198,126,18).

#c67e12 hex color red value is 198, green value is 126 and the blue value of its RGB is 18. Cylindrical-coordinate representations (also known as HSL) of color #c67e12 hue: 0.10 , saturation: 0.83 and the lightness value of c67e12 is 0.42.

The process color (four color CMYK) of #c67e12 color hex is 0.00, 0.36, 0.91, 0.22. Web safe color of #c67e12 is #cc6600. Color #c67e12 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01111110 00010010
Octal 306 176 22
Decimal 198 126 18
Hex C6 7E 12

RGB Percentages of Color #c67e12

%57.89
%36.84
%5.26

CMYK Percentages of Color #c67e12

%0
%36
%91
%22

Triadic Colors of #c67e12

#c67e12 #12c67e #7e12c6

Analogous Colors of #c67e12

#c67e12 #b4c612 #c62412

Monochromatic Colors of #c67e12

#c67e12

Complementary Color

#c67e12 #125ac6

#c67e12 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c67e12 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c67e12 Color CSS Codes

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

#c67e12 Text Font Color

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

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


#c67e12 Background Color

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

This div background color is #c67e12


#c67e12 Border Color

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

This div border color is #c67e12


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c67e12


Comments

No comments written yet.

Please login to write comment.