Color Hex Logo

#c25417 Color Hex

#C25417
(194,84,23)
0 Favorites   0 Comments

Color spaces of #c25417

RGB 1948423
HSL0.060.790.43
HSV21°88°76°
CMYK 0.000.570.88   0.24
XYZ25.573117.87182.9124
Yxy17.87180.55170.3855
Hunter Lab42.275133.997225.5079
CIE-Lab49.340241.149752.8429

#c25417 color RGB value is (194,84,23).

#c25417 hex color red value is 194, green value is 84 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #c25417 hue: 0.06 , saturation: 0.79 and the lightness value of c25417 is 0.43.

The process color (four color CMYK) of #c25417 color hex is 0.00, 0.57, 0.88, 0.24. Web safe color of #c25417 is #cc6600. Color #c25417 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010100 00010111
Octal 302 124 27
Decimal 194 84 23
Hex C2 54 17

RGB Percentages of Color #c25417

%64.45
%27.91
%7.64

CMYK Percentages of Color #c25417

%0
%57
%88
%24

Triadic Colors of #c25417

#c25417 #17c254 #5417c2

Analogous Colors of #c25417

#c25417 #c2aa17 #c2172f

Monochromatic Colors of #c25417

#c25417

Complementary Color

#c25417 #1785c2

#c25417 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25417 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25417 Color CSS Codes

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

#c25417 Text Font Color

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

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


#c25417 Background Color

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

This div background color is #c25417


#c25417 Border Color

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

This div border color is #c25417


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25417


Comments

No comments written yet.

Please login to write comment.