Color Hex Logo

#de835e Color Hex

#DE835E
(222,131,94)
0 Favorites   0 Comments

Color spaces of #de835e

RGB 22213194
HSL0.050.660.62
HSV17°58°87°
CMYK 0.000.410.58   0.13
XYZ40.260932.570314.7544
Yxy32.57030.45970.3719
Hunter Lab57.070426.051524.6210
CIE-Lab63.811531.492434.8791

#de835e color RGB value is (222,131,94).

#de835e hex color red value is 222, green value is 131 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #de835e hue: 0.05 , saturation: 0.66 and the lightness value of de835e is 0.62.

The process color (four color CMYK) of #de835e color hex is 0.00, 0.41, 0.58, 0.13. Web safe color of #de835e is #cc9966. Color #de835e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000011 01011110
Octal 336 203 136
Decimal 222 131 94
Hex DE 83 5E

RGB Percentages of Color #de835e

%49.66
%29.31
%21.03

CMYK Percentages of Color #de835e

%0
%41
%58
%13

Triadic Colors of #de835e

#de835e #5ede83 #835ede

Analogous Colors of #de835e

#de835e #dec35e #de5e79

Monochromatic Colors of #de835e

#de835e

Complementary Color

#de835e #5eb9de

#de835e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de835e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de835e Color CSS Codes

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

#de835e Text Font Color

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

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


#de835e Background Color

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

This div background color is #de835e


#de835e Border Color

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

This div border color is #de835e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de835e


Comments

No comments written yet.

Please login to write comment.