Color Hex Logo

#cd842c Color Hex

#CD842C
(205,132,44)
0 Favorites   0 Comments

Color spaces of #cd842c

RGB 20513244
HSL0.090.650.49
HSV33°79°80°
CMYK 0.000.360.79   0.20
XYZ33.882729.66356.3227
Yxy29.66350.48490.4246
Hunter Lab54.464215.734231.2420
CIE-Lab61.362821.067255.9360

#cd842c color RGB value is (205,132,44).

#cd842c hex color red value is 205, green value is 132 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #cd842c hue: 0.09 , saturation: 0.65 and the lightness value of cd842c is 0.49.

The process color (four color CMYK) of #cd842c color hex is 0.00, 0.36, 0.79, 0.20. Web safe color of #cd842c is #cc9933. Color #cd842c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 00101100
Octal 315 204 54
Decimal 205 132 44
Hex CD 84 2C

RGB Percentages of Color #cd842c

%53.81
%34.65
%11.55

CMYK Percentages of Color #cd842c

%0
%36
%79
%20

Triadic Colors of #cd842c

#cd842c #2ccd84 #842ccd

Analogous Colors of #cd842c

#cd842c #c6cd2c #cd342c

Monochromatic Colors of #cd842c

#cd842c

Complementary Color

#cd842c #2c75cd

#cd842c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd842c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd842c Color CSS Codes

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

#cd842c Text Font Color

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

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


#cd842c Background Color

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

This div background color is #cd842c


#cd842c Border Color

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

This div border color is #cd842c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(205,132,44, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cd842c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cd842c;
  -webkit-box-shadow: 1px 1px 3px 2px #cd842c;
  box-shadow:         1px 1px 3px 2px #cd842c; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(205,132,44, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd842c


Comments

No comments written yet.

Please login to write comment.