Color Hex Logo

#c25000 Color Hex

#C25000
(194,80,0)
0 Favorites   0 Comments

Color spaces of #c25000

RGB 194800
HSL0.071.000.38
HSV25°100°76°
CMYK 0.000.591.00   0.24
XYZ25.116817.20671.9974
Yxy17.20670.56670.3882
Hunter Lab41.481035.490426.1817
CIE-Lab48.519442.756358.4933

#c25000 color RGB value is (194,80,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 01010000 00000000
Octal 302 120 0
Decimal 194 80 0
Hex C2 50 0

RGB Percentages of Color #c25000

%70.80
%29.20
%0.00

CMYK Percentages of Color #c25000

%0
%59
%100
%24

Triadic Colors of #c25000

#c25000 #00c250 #5000c2

Analogous Colors of #c25000

#c25000 #c2b100 #c20011

Monochromatic Colors of #c25000

#c25000

Complementary Color

#c25000 #0072c2

#c25000 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c25000 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c25000 Color CSS Codes

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

#c25000 Text Font Color

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

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


#c25000 Background Color

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

This div background color is #c25000


#c25000 Border Color

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

This div border color is #c25000


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c25000


Comments

No comments written yet.

Please login to write comment.