Color Hex Logo

#d68410 Color Hex

#D68410
(214,132,16)
0 Favorites   0 Comments

Color spaces of #d68410

RGB 21413216
HSL0.100.860.45
HSV35°93°84°
CMYK 0.000.380.93   0.16
XYZ36.076330.83614.5407
Yxy30.83610.50490.4316
Hunter Lab55.530318.788034.0231
CIE-Lab62.369024.221365.7630

#d68410 color RGB value is (214,132,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 10000100 00010000
Octal 326 204 20
Decimal 214 132 16
Hex D6 84 10

RGB Percentages of Color #d68410

%59.12
%36.46
%4.42

CMYK Percentages of Color #d68410

%0
%38
%93
%16

Triadic Colors of #d68410

#d68410 #10d684 #8410d6

Analogous Colors of #d68410

#d68410 #c5d610 #d62110

Monochromatic Colors of #d68410

#d68410

Complementary Color

#d68410 #1062d6

#d68410 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d68410 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d68410 Color CSS Codes

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

#d68410 Text Font Color

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

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


#d68410 Background Color

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

This div background color is #d68410


#d68410 Border Color

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

This div border color is #d68410


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d68410


Comments

No comments written yet.

Please login to write comment.