Color Hex Logo

#c2882d Color Hex

#C2882D
(194,136,45)
0 Favorites   0 Comments

Color spaces of #c2882d

RGB 19413645
HSL0.100.620.47
HSV37°77°76°
CMYK 0.000.300.77   0.24
XYZ31.525929.26716.4701
Yxy29.26710.46870.4351
Hunter Lab54.09919.346430.7784
CIE-Lab61.016614.140854.7420

#c2882d color RGB value is (194,136,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10001000 00101101
Octal 302 210 55
Decimal 194 136 45
Hex C2 88 2D

RGB Percentages of Color #c2882d

%51.73
%36.27
%12.00

CMYK Percentages of Color #c2882d

%0
%30
%77
%24

Triadic Colors of #c2882d

#c2882d #2dc288 #882dc2

Analogous Colors of #c2882d

#c2882d #b2c22d #c23e2d

Monochromatic Colors of #c2882d

#c2882d

Complementary Color

#c2882d #2d67c2

#c2882d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2882d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2882d Color CSS Codes

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

#c2882d Text Font Color

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

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


#c2882d Background Color

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

This div background color is #c2882d


#c2882d Border Color

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

This div border color is #c2882d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2882d


Comments

No comments written yet.

Please login to write comment.