Color Hex Logo

#de6506 Color Hex

#DE6506
(222,101,6)
0 Favorites   0 Comments

Color spaces of #de6506

RGB 2221016
HSL0.070.950.45
HSV26°97°87°
CMYK 0.000.550.97   0.13
XYZ34.810824.85013.1341
Yxy24.85010.55440.3957
Hunter Lab49.849937.411531.1673
CIE-Lab56.929143.385964.4463

#de6506 color RGB value is (222,101,6).

#de6506 hex color red value is 222, green value is 101 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #de6506 hue: 0.07 , saturation: 0.95 and the lightness value of de6506 is 0.45.

The process color (four color CMYK) of #de6506 color hex is 0.00, 0.55, 0.97, 0.13. Web safe color of #de6506 is #cc6600. Color #de6506 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100101 00000110
Octal 336 145 6
Decimal 222 101 6
Hex DE 65 6

RGB Percentages of Color #de6506

%67.48
%30.70
%1.82

CMYK Percentages of Color #de6506

%0
%55
%97
%13

Triadic Colors of #de6506

#de6506 #06de65 #6506de

Analogous Colors of #de6506

#de6506 #ded106 #de0613

Monochromatic Colors of #de6506

#de6506

Complementary Color

#de6506 #067fde

#de6506 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de6506 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de6506 Color CSS Codes

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

#de6506 Text Font Color

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

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


#de6506 Background Color

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

This div background color is #de6506


#de6506 Border Color

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

This div border color is #de6506


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(222,101,6, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #de6506; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #de6506;
  -webkit-box-shadow: 1px 1px 3px 2px #de6506;
  box-shadow:         1px 1px 3px 2px #de6506; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,101,6, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de6506


Comments

No comments written yet.

Please login to write comment.