Color Hex Logo

#c2943f Color Hex

#C2943F
(194,148,63)
0 Favorites   0 Comments

Color spaces of #c2943f

RGB 19414863
HSL0.110.520.50
HSV39°68°76°
CMYK 0.000.240.68   0.24
XYZ33.735233.00809.2958
Yxy33.00800.44370.4341
Hunter Lab57.45264.270230.6237
CIE-Lab64.16748.463250.1542

#c2943f color RGB value is (194,148,63).

#c2943f hex color red value is 194, green value is 148 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #c2943f hue: 0.11 , saturation: 0.52 and the lightness value of c2943f is 0.50.

The process color (four color CMYK) of #c2943f color hex is 0.00, 0.24, 0.68, 0.24. Web safe color of #c2943f is #cc9933. Color #c2943f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000010 10010100 00111111
Octal 302 224 77
Decimal 194 148 63
Hex C2 94 3F

RGB Percentages of Color #c2943f

%47.90
%36.54
%15.56

CMYK Percentages of Color #c2943f

%0
%24
%68
%24

Triadic Colors of #c2943f

#c2943f #3fc294 #943fc2

Analogous Colors of #c2943f

#c2943f #afc23f #c2523f

Monochromatic Colors of #c2943f

#c2943f

Complementary Color

#c2943f #3f6dc2

#c2943f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2943f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2943f Color CSS Codes

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

#c2943f Text Font Color

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

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


#c2943f Background Color

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

This div background color is #c2943f


#c2943f Border Color

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

This div border color is #c2943f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2943f


Comments

No comments written yet.

Please login to write comment.