Color Hex Logo

#c66108 Color Hex

#C66108
(198,97,8)
0 Favorites   0 Comments

Color spaces of #c66108

RGB 198978
HSL0.080.920.40
HSV28°96°78°
CMYK 0.000.510.96   0.22
XYZ27.607220.57272.7456
Yxy20.57270.54210.4040
Hunter Lab45.357129.271328.1610
CIE-Lab52.478635.963159.4183

#c66108 color RGB value is (198,97,8).

#c66108 hex color red value is 198, green value is 97 and the blue value of its RGB is 8. Cylindrical-coordinate representations (also known as HSL) of color #c66108 hue: 0.08 , saturation: 0.92 and the lightness value of c66108 is 0.40.

The process color (four color CMYK) of #c66108 color hex is 0.00, 0.51, 0.96, 0.22. Web safe color of #c66108 is #cc6600. Color #c66108 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100001 00001000
Octal 306 141 10
Decimal 198 97 8
Hex C6 61 8

RGB Percentages of Color #c66108

%65.35
%32.01
%2.64

CMYK Percentages of Color #c66108

%0
%51
%96
%22

Triadic Colors of #c66108

#c66108 #08c661 #6108c6

Analogous Colors of #c66108

#c66108 #c6c008 #c6080e

Monochromatic Colors of #c66108

#c66108

Complementary Color

#c66108 #086dc6

#c66108 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66108 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66108 Color CSS Codes

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

#c66108 Text Font Color

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

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


#c66108 Background Color

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

This div background color is #c66108


#c66108 Border Color

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

This div border color is #c66108


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66108


Comments

No comments written yet.

Please login to write comment.