Color Hex Logo

#c28516 Color Hex

#C28516
(194,133,22)
0 Favorites   0 Comments

Color spaces of #c28516

RGB 19413322
HSL0.110.800.42
HSV39°89°76°
CMYK 0.000.310.89   0.24
XYZ30.780528.30234.5996
Yxy28.30230.48330.4444
Hunter Lab53.199910.177032.1138
CIE-Lab60.160915.079961.6572

#c28516 color RGB value is (194,133,22).

#c28516 hex color red value is 194, green value is 133 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c28516 hue: 0.11 , saturation: 0.80 and the lightness value of c28516 is 0.42.

The process color (four color CMYK) of #c28516 color hex is 0.00, 0.31, 0.89, 0.24. Web safe color of #c28516 is #cc9900. Color #c28516 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000101 00010110
Octal 302 205 26
Decimal 194 133 22
Hex C2 85 16

RGB Percentages of Color #c28516

%55.59
%38.11
%6.30

CMYK Percentages of Color #c28516

%0
%31
%89
%24

Triadic Colors of #c28516

#c28516 #16c285 #8516c2

Analogous Colors of #c28516

#c28516 #a9c216 #c22f16

Monochromatic Colors of #c28516

#c28516

Complementary Color

#c28516 #1653c2

#c28516 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28516 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28516 Color CSS Codes

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

#c28516 Text Font Color

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

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


#c28516 Background Color

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

This div background color is #c28516


#c28516 Border Color

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

This div border color is #c28516


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28516


Comments

No comments written yet.

Please login to write comment.