Color Hex Logo

#c25600 Color Hex

#C25600
(194,86,0)
0 Favorites   0 Comments

Color spaces of #c25600

RGB 194860
HSL0.071.000.38
HSV27°100°76°
CMYK 0.000.561.00   0.24
XYZ25.575918.12492.1505
Yxy18.12490.55780.3953
Hunter Lab42.573332.730426.8064
CIE-Lab49.647239.838259.1232

#c25600 color RGB value is (194,86,0).

#c25600 hex color red value is 194, green value is 86 and the blue value of its RGB is 0. Cylindrical-coordinate representations (also known as HSL) of color #c25600 hue: 0.07 , saturation: 1.00 and the lightness value of c25600 is 0.38.

The process color (four color CMYK) of #c25600 color hex is 0.00, 0.56, 1.00, 0.24. Web safe color of #c25600 is #cc6600. Color #c25600 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010110 00000000
Octal 302 126 0
Decimal 194 86 0
Hex C2 56 0

RGB Percentages of Color #c25600

%69.29
%30.71
%0.00

CMYK Percentages of Color #c25600

%0
%56
%100
%24

Triadic Colors of #c25600

#c25600 #00c256 #5600c2

Analogous Colors of #c25600

#c25600 #c2b700 #c2000b

Monochromatic Colors of #c25600

#c25600

Complementary Color

#c25600 #006cc2

#c25600 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25600 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25600 Color CSS Codes

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

#c25600 Text Font Color

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

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


#c25600 Background Color

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

This div background color is #c25600


#c25600 Border Color

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

This div border color is #c25600


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25600

#c25600 Color Palettes


Comments

No comments written yet.

Please login to write comment.