Color Hex Logo

#c28414 Color Hex

#C28414
(194,132,20)
0 Favorites   0 Comments

Color spaces of #c28414

RGB 19413220
HSL0.110.810.42
HSV39°90°76°
CMYK 0.000.320.90   0.24
XYZ30.625728.02244.4565
Yxy28.02240.48530.4441
Hunter Lab52.936210.631132.0639
CIE-Lab59.909015.589161.9529

#c28414 color RGB value is (194,132,20).

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

The process color (four color CMYK) of #c28414 color hex is 0.00, 0.32, 0.90, 0.24. Web safe color of #c28414 is #cc9900. Color #c28414 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000100 00010100
Octal 302 204 24
Decimal 194 132 20
Hex C2 84 14

RGB Percentages of Color #c28414

%56.07
%38.15
%5.78

CMYK Percentages of Color #c28414

%0
%32
%90
%24

Triadic Colors of #c28414

#c28414 #14c284 #8414c2

Analogous Colors of #c28414

#c28414 #a9c214 #c22d14

Monochromatic Colors of #c28414

#c28414

Complementary Color

#c28414 #1452c2

#c28414 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28414 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28414 Color CSS Codes

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

#c28414 Text Font Color

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

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


#c28414 Background Color

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

This div background color is #c28414


#c28414 Border Color

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

This div border color is #c28414


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28414


Comments

No comments written yet.

Please login to write comment.