Color Hex Logo

#cd893c Color Hex

#CD893C
(205,137,60)
0 Favorites   0 Comments

Color spaces of #cd893c

RGB 20513760
HSL0.090.590.52
HSV32°71°80°
CMYK 0.000.330.71   0.20
XYZ34.938131.19678.4551
Yxy31.19670.46840.4182
Hunter Lab55.854013.911830.1226
CIE-Lab62.673319.061750.3174

#cd893c color RGB value is (205,137,60).

#cd893c hex color red value is 205, green value is 137 and the blue value of its RGB is 60. Cylindrical-coordinate representations (also known as HSL) of color #cd893c hue: 0.09 , saturation: 0.59 and the lightness value of cd893c is 0.52.

The process color (four color CMYK) of #cd893c color hex is 0.00, 0.33, 0.71, 0.20. Web safe color of #cd893c is #cc9933. Color #cd893c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 00111100
Octal 315 211 74
Decimal 205 137 60
Hex CD 89 3C

RGB Percentages of Color #cd893c

%51.00
%34.08
%14.93

CMYK Percentages of Color #cd893c

%0
%33
%71
%20

Triadic Colors of #cd893c

#cd893c #3ccd89 #893ccd

Analogous Colors of #cd893c

#cd893c #c9cd3c #cd413c

Monochromatic Colors of #cd893c

#cd893c

Complementary Color

#cd893c #3c80cd

#cd893c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd893c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd893c Color CSS Codes

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

#cd893c Text Font Color

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

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


#cd893c Background Color

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

This div background color is #cd893c


#cd893c Border Color

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

This div border color is #cd893c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd893c


Comments

No comments written yet.

Please login to write comment.