Color Hex Logo

#cd893f Color Hex

#CD893F
(205,137,63)
0 Favorites   0 Comments

Color spaces of #cd893f

RGB 20513763
HSL0.090.590.53
HSV31°69°80°
CMYK 0.000.330.69   0.20
XYZ35.019731.22938.8848
Yxy31.22930.46610.4156
Hunter Lab55.883214.063129.6918
CIE-Lab62.700719.222348.9430

#cd893f color RGB value is (205,137,63).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10001001 00111111
Octal 315 211 77
Decimal 205 137 63
Hex CD 89 3F

RGB Percentages of Color #cd893f

%50.62
%33.83
%15.56

CMYK Percentages of Color #cd893f

%0
%33
%69
%20

Triadic Colors of #cd893f

#cd893f #3fcd89 #893fcd

Analogous Colors of #cd893f

#cd893f #cacd3f #cd423f

Monochromatic Colors of #cd893f

#cd893f

Complementary Color

#cd893f #3f83cd

#cd893f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd893f Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd893f Color CSS Codes

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

#cd893f Text Font Color

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

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


#cd893f Background Color

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

This div background color is #cd893f


#cd893f Border Color

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

This div border color is #cd893f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd893f


Comments

No comments written yet.

Please login to write comment.