Color Hex Logo

#cd8421 Color Hex

#CD8421
(205,132,33)
0 Favorites   0 Comments

Color spaces of #cd8421

RGB 20513233
HSL0.100.720.47
HSV35°84°80°
CMYK 0.000.360.84   0.20
XYZ33.702629.59155.3742
Yxy29.59150.49080.4309
Hunter Lab54.398115.394032.2212
CIE-Lab61.300120.707959.9124

#cd8421 color RGB value is (205,132,33).

#cd8421 hex color red value is 205, green value is 132 and the blue value of its RGB is 33. Cylindrical-coordinate representations (also known as HSL) of color #cd8421 hue: 0.10 , saturation: 0.72 and the lightness value of cd8421 is 0.47.

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000100 00100001
Octal 315 204 41
Decimal 205 132 33
Hex CD 84 21

RGB Percentages of Color #cd8421

%55.41
%35.68
%8.92

CMYK Percentages of Color #cd8421

%0
%36
%84
%20

Triadic Colors of #cd8421

#cd8421 #21cd84 #8421cd

Analogous Colors of #cd8421

#cd8421 #c0cd21 #cd2e21

Monochromatic Colors of #cd8421

#cd8421

Complementary Color

#cd8421 #216acd

#cd8421 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8421 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8421 Color CSS Codes

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

#cd8421 Text Font Color

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

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


#cd8421 Background Color

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

This div background color is #cd8421


#cd8421 Border Color

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

This div border color is #cd8421


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8421


Comments

No comments written yet.

Please login to write comment.