Color Hex Logo

#cd853d Color Hex

#CD853D
(205,133,61)
0 Favorites   0 Comments

Color spaces of #cd853d

RGB 20513361
HSL0.080.590.52
HSV30°70°80°
CMYK 0.000.350.70   0.20
XYZ34.406730.09118.4096
Yxy30.09110.47190.4127
Hunter Lab54.855415.963029.3093
CIE-Lab61.732721.290848.8490

#cd853d color RGB value is (205,133,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000101 00111101
Octal 315 205 75
Decimal 205 133 61
Hex CD 85 3D

RGB Percentages of Color #cd853d

%51.38
%33.33
%15.29

CMYK Percentages of Color #cd853d

%0
%35
%70
%20

Triadic Colors of #cd853d

#cd853d #3dcd85 #853dcd

Analogous Colors of #cd853d

#cd853d #cdcd3d #cd3d3d

Monochromatic Colors of #cd853d

#cd853d

Complementary Color

#cd853d #3d85cd

#cd853d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd853d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd853d Color CSS Codes

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

#cd853d Text Font Color

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

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


#cd853d Background Color

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

This div background color is #cd853d


#cd853d Border Color

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

This div border color is #cd853d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd853d


Comments

No comments written yet.

Please login to write comment.