Color Hex Logo

#de823e Color Hex

#DE823E
(222,130,62)
0 Favorites   0 Comments

Color spaces of #de823e

RGB 22213062
HSL0.070.710.56
HSV26°72°87°
CMYK 0.000.410.72   0.13
XYZ38.976331.84278.6494
Yxy31.84270.49050.4007
Hunter Lab56.429324.540430.4127
CIE-Lab63.212730.036450.5986

#de823e color RGB value is (222,130,62).

#de823e hex color red value is 222, green value is 130 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #de823e hue: 0.07 , saturation: 0.71 and the lightness value of de823e is 0.56.

The process color (four color CMYK) of #de823e color hex is 0.00, 0.41, 0.72, 0.13. Web safe color of #de823e is #cc9933. Color #de823e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000010 00111110
Octal 336 202 76
Decimal 222 130 62
Hex DE 82 3E

RGB Percentages of Color #de823e

%53.62
%31.40
%14.98

CMYK Percentages of Color #de823e

%0
%41
%72
%13

Triadic Colors of #de823e

#de823e #3ede82 #823ede

Analogous Colors of #de823e

#de823e #ded23e #de3e4a

Monochromatic Colors of #de823e

#de823e

Complementary Color

#de823e #3e9ade

#de823e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de823e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de823e Color CSS Codes

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

#de823e Text Font Color

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

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


#de823e Background Color

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

This div background color is #de823e


#de823e Border Color

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

This div border color is #de823e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de823e


Comments

No comments written yet.

Please login to write comment.