Color Hex Logo

#cd8014 Color Hex

#CD8014
(205,128,20)
0 Favorites   0 Comments

Color spaces of #cd8014

RGB 20512820
HSL0.100.820.44
HSV35°90°80°
CMYK 0.000.380.90   0.20
XYZ33.022328.46804.4162
Yxy28.46800.50100.4319
Hunter Lab53.355417.103832.4414
CIE-Lab60.309222.581862.8513

#cd8014 color RGB value is (205,128,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001101 10000000 00010100
Octal 315 200 24
Decimal 205 128 20
Hex CD 80 14

RGB Percentages of Color #cd8014

%58.07
%36.26
%5.67

CMYK Percentages of Color #cd8014

%0
%38
%90
%20

Triadic Colors of #cd8014

#cd8014 #14cd80 #8014cd

Analogous Colors of #cd8014

#cd8014 #becd14 #cd2414

Monochromatic Colors of #cd8014

#cd8014

Complementary Color

#cd8014 #1461cd

#cd8014 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd8014 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd8014 Color CSS Codes

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

#cd8014 Text Font Color

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

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


#cd8014 Background Color

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

This div background color is #cd8014


#cd8014 Border Color

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

This div border color is #cd8014


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd8014


Comments

No comments written yet.

Please login to write comment.