Color Hex Logo

#de983e Color Hex

#DE983E
(222,152,62)
0 Favorites   0 Comments

Color spaces of #de983e

RGB 22215262
HSL0.090.710.56
HSV34°72°87°
CMYK 0.000.320.72   0.13
XYZ42.221938.33399.7313
Yxy38.33390.46760.4246
Hunter Lab61.914413.376234.0212
CIE-Lab68.266018.292155.8664

#de983e color RGB value is (222,152,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 00111110
Octal 336 230 76
Decimal 222 152 62
Hex DE 98 3E

RGB Percentages of Color #de983e

%50.92
%34.86
%14.22

CMYK Percentages of Color #de983e

%0
%32
%72
%13

Triadic Colors of #de983e

#de983e #3ede98 #983ede

Analogous Colors of #de983e

#de983e #d4de3e #de483e

Monochromatic Colors of #de983e

#de983e

Complementary Color

#de983e #3e84de

#de983e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de983e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de983e Color CSS Codes

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

#de983e Text Font Color

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

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


#de983e Background Color

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

This div background color is #de983e


#de983e Border Color

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

This div border color is #de983e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,152,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 #de983e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de983e


Comments

No comments written yet.

Please login to write comment.