Color Hex Logo

#cd8215 Color Hex

#CD8215
(205,130,21)
0 Favorites   0 Comments

Color spaces of #cd8215

RGB 20513021
HSL0.100.810.44
HSV36°90°80°
CMYK 0.000.370.90   0.20
XYZ33.294828.99854.5519
Yxy28.99850.49810.4338
Hunter Lab53.850316.125932.6835
CIE-Lab60.780321.515462.9668

#cd8215 color RGB value is (205,130,21).

#cd8215 hex color red value is 205, green value is 130 and the blue value of its RGB is 21. Cylindrical-coordinate representations (also known as HSL) of color #cd8215 hue: 0.10 , saturation: 0.81 and the lightness value of cd8215 is 0.44.

The process color (four color CMYK) of #cd8215 color hex is 0.00, 0.37, 0.90, 0.20. Web safe color of #cd8215 is #cc9900. Color #cd8215 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000010 00010101
Octal 315 202 25
Decimal 205 130 21
Hex CD 82 15

RGB Percentages of Color #cd8215

%57.58
%36.52
%5.90

CMYK Percentages of Color #cd8215

%0
%37
%90
%20

Triadic Colors of #cd8215

#cd8215 #15cd82 #8215cd

Analogous Colors of #cd8215

#cd8215 #bccd15 #cd2615

Monochromatic Colors of #cd8215

#cd8215

Complementary Color

#cd8215 #1560cd

#cd8215 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8215 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8215 Color CSS Codes

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

#cd8215 Text Font Color

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

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


#cd8215 Background Color

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

This div background color is #cd8215


#cd8215 Border Color

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

This div border color is #cd8215


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8215


Comments

No comments written yet.

Please login to write comment.