Color Hex Logo

#de9142 Color Hex

#DE9142
(222,145,66)
0 Favorites   0 Comments

Color spaces of #de9142

RGB 22214566
HSL0.080.700.56
HSV30°70°87°
CMYK 0.000.350.70   0.13
XYZ41.233036.17379.9633
Yxy36.17370.47190.4140
Hunter Lab60.144617.120332.2795
CIE-Lab66.652422.245052.3794

#de9142 color RGB value is (222,145,66).

#de9142 hex color red value is 222, green value is 145 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #de9142 hue: 0.08 , saturation: 0.70 and the lightness value of de9142 is 0.56.

The process color (four color CMYK) of #de9142 color hex is 0.00, 0.35, 0.70, 0.13. Web safe color of #de9142 is #cc9933. Color #de9142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010001 01000010
Octal 336 221 102
Decimal 222 145 66
Hex DE 91 42

RGB Percentages of Color #de9142

%51.27
%33.49
%15.24

CMYK Percentages of Color #de9142

%0
%35
%70
%13

Triadic Colors of #de9142

#de9142 #42de91 #9142de

Analogous Colors of #de9142

#de9142 #ddde42 #de4342

Monochromatic Colors of #de9142

#de9142

Complementary Color

#de9142 #428fde

#de9142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9142 Color CSS Codes

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

#de9142 Text Font Color

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

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


#de9142 Background Color

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

This div background color is #de9142


#de9142 Border Color

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

This div border color is #de9142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9142


Comments

No comments written yet.

Please login to write comment.