Color Hex Logo

#c28006 Color Hex

#C28006
(194,128,6)
0 Favorites   0 Comments

Color spaces of #c28006

RGB 1941286
HSL0.110.940.39
HSV39°97°76°
CMYK 0.000.340.97   0.24
XYZ30.000226.92083.7874
Yxy26.92080.49420.4434
Hunter Lab51.885312.410031.9918
CIE-Lab58.900917.584363.8530

#c28006 color RGB value is (194,128,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000000 00000110
Octal 302 200 6
Decimal 194 128 6
Hex C2 80 6

RGB Percentages of Color #c28006

%59.15
%39.02
%1.83

CMYK Percentages of Color #c28006

%0
%34
%97
%24

Triadic Colors of #c28006

#c28006 #06c280 #8006c2

Analogous Colors of #c28006

#c28006 #a6c206 #c22206

Monochromatic Colors of #c28006

#c28006

Complementary Color

#c28006 #0648c2

#c28006 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28006 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28006 Color CSS Codes

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

#c28006 Text Font Color

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

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


#c28006 Background Color

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

This div background color is #c28006


#c28006 Border Color

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

This div border color is #c28006


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28006


Comments

No comments written yet.

Please login to write comment.