Color Hex Logo

#d6800e Color Hex

#D6800E
(214,128,14)
0 Favorites   0 Comments

Color spaces of #d6800e

RGB 21412814
HSL0.100.880.45
HSV34°93°84°
CMYK 0.000.400.93   0.16
XYZ35.530029.76624.2883
Yxy29.76620.51060.4278
Hunter Lab54.558420.767133.5307
CIE-Lab61.452026.337565.4915

#d6800e color RGB value is (214,128,14).

#d6800e hex color red value is 214, green value is 128 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #d6800e hue: 0.10 , saturation: 0.88 and the lightness value of d6800e is 0.45.

The process color (four color CMYK) of #d6800e color hex is 0.00, 0.40, 0.93, 0.16. Web safe color of #d6800e is #cc9900. Color #d6800e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000000 00001110
Octal 326 200 16
Decimal 214 128 14
Hex D6 80 E

RGB Percentages of Color #d6800e

%60.11
%35.96
%3.93

CMYK Percentages of Color #d6800e

%0
%40
%93
%16

Triadic Colors of #d6800e

#d6800e #0ed680 #800ed6

Analogous Colors of #d6800e

#d6800e #c8d60e #d61c0e

Monochromatic Colors of #d6800e

#d6800e

Complementary Color

#d6800e #0e64d6

#d6800e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6800e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6800e Color CSS Codes

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

#d6800e Text Font Color

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

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


#d6800e Background Color

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

This div background color is #d6800e


#d6800e Border Color

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

This div border color is #d6800e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6800e


Comments

No comments written yet.

Please login to write comment.