Color Hex Logo

#c2822d Color Hex

#C2822D
(194,130,45)
0 Favorites   0 Comments

Color spaces of #c2822d

RGB 19413045
HSL0.100.620.47
HSV34°77°76°
CMYK 0.000.330.77   0.24
XYZ30.704427.62416.1963
Yxy27.62410.47590.4281
Hunter Lab52.558612.300929.8012
CIE-Lab59.547617.440153.3260

#c2822d color RGB value is (194,130,45).

#c2822d hex color red value is 194, green value is 130 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #c2822d hue: 0.10 , saturation: 0.62 and the lightness value of c2822d is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000010 00101101
Octal 302 202 55
Decimal 194 130 45
Hex C2 82 2D

RGB Percentages of Color #c2822d

%52.57
%35.23
%12.20

CMYK Percentages of Color #c2822d

%0
%33
%77
%24

Triadic Colors of #c2822d

#c2822d #2dc282 #822dc2

Analogous Colors of #c2822d

#c2822d #b8c22d #c2372d

Monochromatic Colors of #c2822d

#c2822d

Complementary Color

#c2822d #2d6dc2

#c2822d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2822d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2822d Color CSS Codes

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

#c2822d Text Font Color

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

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


#c2822d Background Color

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

This div background color is #c2822d


#c2822d Border Color

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

This div border color is #c2822d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2822d


Comments

No comments written yet.

Please login to write comment.