Color Hex Logo

#cd8520 Color Hex

#CD8520
(205,133,32)
0 Favorites   0 Comments

Color spaces of #cd8520

RGB 20513332
HSL0.100.730.46
HSV35°84°80°
CMYK 0.000.350.84   0.20
XYZ33.825129.85855.3470
Yxy29.85850.49000.4325
Hunter Lab54.642914.870032.4483
CIE-Lab61.531920.137060.4360

#cd8520 color RGB value is (205,133,32).

#cd8520 hex color red value is 205, green value is 133 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #cd8520 hue: 0.10 , saturation: 0.73 and the lightness value of cd8520 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000101 00100000
Octal 315 205 40
Decimal 205 133 32
Hex CD 85 20

RGB Percentages of Color #cd8520

%55.41
%35.95
%8.65

CMYK Percentages of Color #cd8520

%0
%35
%84
%20

Triadic Colors of #cd8520

#cd8520 #20cd85 #8520cd

Analogous Colors of #cd8520

#cd8520 #bfcd20 #cd2f20

Monochromatic Colors of #cd8520

#cd8520

Complementary Color

#cd8520 #2068cd

#cd8520 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8520 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8520 Color CSS Codes

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

#cd8520 Text Font Color

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

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


#cd8520 Background Color

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

This div background color is #cd8520


#cd8520 Border Color

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

This div border color is #cd8520


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8520


Comments

No comments written yet.

Please login to write comment.