Color Hex Logo

#cd823d Color Hex

#CD823D
(205,130,61)
0 Favorites   0 Comments

Color spaces of #cd823d

RGB 20513061
HSL0.080.590.52
HSV29°70°80°
CMYK 0.000.370.70   0.20
XYZ34.001829.28138.2747
Yxy29.28130.47520.4092
Hunter Lab54.112217.465428.8121
CIE-Lab61.029122.920448.0937

#cd823d color RGB value is (205,130,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 00111101
Octal 315 202 75
Decimal 205 130 61
Hex CD 82 3D

RGB Percentages of Color #cd823d

%51.77
%32.83
%15.40

CMYK Percentages of Color #cd823d

%0
%37
%70
%20

Triadic Colors of #cd823d

#cd823d #3dcd82 #823dcd

Analogous Colors of #cd823d

#cd823d #cdca3d #cd3d40

Monochromatic Colors of #cd823d

#cd823d

Complementary Color

#cd823d #3d88cd

#cd823d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd823d Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd823d Color CSS Codes

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

#cd823d Text Font Color

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

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


#cd823d Background Color

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

This div background color is #cd823d


#cd823d Border Color

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

This div border color is #cd823d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd823d


Comments

No comments written yet.

Please login to write comment.