Color Hex Logo

#de670f Color Hex

#DE670F
(222,103,15)
0 Favorites   0 Comments

Color spaces of #de670f

RGB 22210315
HSL0.070.870.46
HSV26°93°87°
CMYK 0.000.540.93   0.13
XYZ35.060725.26463.4806
Yxy25.26460.54950.3960
Hunter Lab50.263936.547731.0791
CIE-Lab57.332342.501762.9612

#de670f color RGB value is (222,103,15).

#de670f hex color red value is 222, green value is 103 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #de670f hue: 0.07 , saturation: 0.87 and the lightness value of de670f is 0.46.

The process color (four color CMYK) of #de670f color hex is 0.00, 0.54, 0.93, 0.13. Web safe color of #de670f is #cc6600. Color #de670f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01100111 00001111
Octal 336 147 17
Decimal 222 103 15
Hex DE 67 F

RGB Percentages of Color #de670f

%65.29
%30.29
%4.41

CMYK Percentages of Color #de670f

%0
%54
%93
%13

Triadic Colors of #de670f

#de670f #0fde67 #670fde

Analogous Colors of #de670f

#de670f #decf0f #de0f1e

Monochromatic Colors of #de670f

#de670f

Complementary Color

#de670f #0f86de

#de670f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de670f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de670f Color CSS Codes

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

#de670f Text Font Color

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

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


#de670f Background Color

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

This div background color is #de670f


#de670f Border Color

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

This div border color is #de670f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de670f


Comments

No comments written yet.

Please login to write comment.