Color Hex Logo

#c24506 Color Hex

#C24506
(194,69,6)
0 Favorites   0 Comments

Color spaces of #c24506

RGB 194696
HSL0.060.940.39
HSV20°97°76°
CMYK 0.000.640.97   0.24
XYZ24.409115.73871.9237
Yxy15.73870.58020.3741
Hunter Lab39.672040.400024.8954
CIE-Lab46.629847.859155.8922

#c24506 color RGB value is (194,69,6).

#c24506 hex color red value is 194, green value is 69 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c24506 hue: 0.06 , saturation: 0.94 and the lightness value of c24506 is 0.39.

The process color (four color CMYK) of #c24506 color hex is 0.00, 0.64, 0.97, 0.24. Web safe color of #c24506 is #cc3300. Color #c24506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 01000101 00000110
Octal 302 105 6
Decimal 194 69 6
Hex C2 45 6

RGB Percentages of Color #c24506

%72.12
%25.65
%2.23

CMYK Percentages of Color #c24506

%0
%64
%97
%24

Triadic Colors of #c24506

#c24506 #06c245 #4506c2

Analogous Colors of #c24506

#c24506 #c2a306 #c20625

Monochromatic Colors of #c24506

#c24506

Complementary Color

#c24506 #0683c2

#c24506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c24506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c24506 Color CSS Codes

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

#c24506 Text Font Color

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

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


#c24506 Background Color

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

This div background color is #c24506


#c24506 Border Color

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

This div border color is #c24506


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c24506


Comments

No comments written yet.

Please login to write comment.