Color Hex Logo

#de681e Color Hex

#DE681E
(222,104,30)
0 Favorites   0 Comments

Color spaces of #de681e

RGB 22210430
HSL0.060.760.49
HSV23°86°87°
CMYK 0.000.530.86   0.13
XYZ35.308925.52404.2939
Yxy25.52400.54220.3919
Hunter Lab50.521336.339930.3257
CIE-Lab57.582442.267858.7903

#de681e color RGB value is (222,104,30).

#de681e hex color red value is 222, green value is 104 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #de681e hue: 0.06 , saturation: 0.76 and the lightness value of de681e is 0.49.

The process color (four color CMYK) of #de681e color hex is 0.00, 0.53, 0.86, 0.13. Web safe color of #de681e is #cc6633. Color #de681e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 00011110
Octal 336 150 36
Decimal 222 104 30
Hex DE 68 1E

RGB Percentages of Color #de681e

%62.36
%29.21
%8.43

CMYK Percentages of Color #de681e

%0
%53
%86
%13

Triadic Colors of #de681e

#de681e #1ede68 #681ede

Analogous Colors of #de681e

#de681e #dec81e #de1e34

Monochromatic Colors of #de681e

#de681e

Complementary Color

#de681e #1e94de

#de681e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de681e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de681e Color CSS Codes

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

#de681e Text Font Color

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

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


#de681e Background Color

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

This div background color is #de681e


#de681e Border Color

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

This div border color is #de681e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de681e


Comments

No comments written yet.

Please login to write comment.