Color Hex Logo

#de682e Color Hex

#DE682E
(222,104,46)
0 Favorites   0 Comments

Color spaces of #de682e

RGB 22210446
HSL0.050.730.53
HSV20°79°87°
CMYK 0.000.530.79   0.13
XYZ35.567725.62755.6567
Yxy25.62750.53200.3833
Hunter Lab50.623636.821228.8114
CIE-Lab57.681842.715752.4102

#de682e color RGB value is (222,104,46).

#de682e hex color red value is 222, green value is 104 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #de682e hue: 0.05 , saturation: 0.73 and the lightness value of de682e is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 01101000 00101110
Octal 336 150 56
Decimal 222 104 46
Hex DE 68 2E

RGB Percentages of Color #de682e

%59.68
%27.96
%12.37

CMYK Percentages of Color #de682e

%0
%53
%79
%13

Triadic Colors of #de682e

#de682e #2ede68 #682ede

Analogous Colors of #de682e

#de682e #dec02e #de2e4c

Monochromatic Colors of #de682e

#de682e

Complementary Color

#de682e #2ea4de

#de682e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de682e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de682e Color CSS Codes

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

#de682e Text Font Color

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

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


#de682e Background Color

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

This div background color is #de682e


#de682e Border Color

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

This div border color is #de682e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de682e


Comments

No comments written yet.

Please login to write comment.