Color Hex Logo

#cd7214 Color Hex

#CD7214
(205,114,20)
0 Favorites   0 Comments

Color spaces of #cd7214

RGB 20511420
HSL0.080.820.44
HSV30°90°80°
CMYK 0.000.440.90   0.20
XYZ31.320425.06433.8489
Yxy25.06430.52000.4161
Hunter Lab50.064324.057930.4868
CIE-Lab57.138030.105460.4620

#cd7214 color RGB value is (205,114,20).

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

The process color (four color CMYK) of #cd7214 color hex is 0.00, 0.44, 0.90, 0.20. Web safe color of #cd7214 is #cc6600. Color #cd7214 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001101 01110010 00010100
Octal 315 162 24
Decimal 205 114 20
Hex CD 72 14

RGB Percentages of Color #cd7214

%60.47
%33.63
%5.90

CMYK Percentages of Color #cd7214

%0
%44
%90
%20

Triadic Colors of #cd7214

#cd7214 #14cd72 #7214cd

Analogous Colors of #cd7214

#cd7214 #cccd14 #cd1514

Monochromatic Colors of #cd7214

#cd7214

Complementary Color

#cd7214 #146fcd

#cd7214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cd7214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cd7214 Color CSS Codes

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

#cd7214 Text Font Color

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

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


#cd7214 Background Color

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

This div background color is #cd7214


#cd7214 Border Color

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

This div border color is #cd7214


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cd7214


Comments

No comments written yet.

Please login to write comment.