Color Hex Logo

#cd853c Color Hex

#CD853C
(205,133,60)
0 Favorites   0 Comments

Color spaces of #cd853c

RGB 20513360
HSL0.080.590.52
HSV30°71°80°
CMYK 0.000.350.71   0.20
XYZ34.380030.08048.2690
Yxy30.08040.47270.4136
Hunter Lab54.845615.913029.4528
CIE-Lab61.723521.238349.3105

#cd853c color RGB value is (205,133,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000101 00111100
Octal 315 205 74
Decimal 205 133 60
Hex CD 85 3C

RGB Percentages of Color #cd853c

%51.51
%33.42
%15.08

CMYK Percentages of Color #cd853c

%0
%35
%71
%20

Triadic Colors of #cd853c

#cd853c #3ccd85 #853ccd

Analogous Colors of #cd853c

#cd853c #cdcd3c #cd3d3c

Monochromatic Colors of #cd853c

#cd853c

Complementary Color

#cd853c #3c84cd

#cd853c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd853c Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd853c Color CSS Codes

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

#cd853c Text Font Color

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

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


#cd853c Background Color

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

This div background color is #cd853c


#cd853c Border Color

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

This div border color is #cd853c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd853c


Comments

No comments written yet.

Please login to write comment.