Color Hex Logo

#cd853b Color Hex

#CD853B
(205,133,59)
0 Favorites   0 Comments

Color spaces of #cd853b

RGB 20513359
HSL0.080.590.52
HSV30°71°80°
CMYK 0.000.350.71   0.20
XYZ34.353830.07008.1311
Yxy30.07000.47350.4144
Hunter Lab54.836115.863729.5938
CIE-Lab61.714621.186449.7685

#cd853b color RGB value is (205,133,59).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000101 00111011
Octal 315 205 73
Decimal 205 133 59
Hex CD 85 3B

RGB Percentages of Color #cd853b

%51.64
%33.50
%14.86

CMYK Percentages of Color #cd853b

%0
%35
%71
%20

Triadic Colors of #cd853b

#cd853b #3bcd85 #853bcd

Analogous Colors of #cd853b

#cd853b #cccd3b #cd3c3b

Monochromatic Colors of #cd853b

#cd853b

Complementary Color

#cd853b #3b83cd

#cd853b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd853b Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd853b Color CSS Codes

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

#cd853b Text Font Color

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

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


#cd853b Background Color

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

This div background color is #cd853b


#cd853b Border Color

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

This div border color is #cd853b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd853b


Comments

No comments written yet.

Please login to write comment.