Color Hex Logo

#de9243 Color Hex

#DE9243
(222,146,67)
0 Favorites   0 Comments

Color spaces of #de9243

RGB 22214667
HSL0.080.700.57
HSV31°70°87°
CMYK 0.000.340.70   0.13
XYZ41.416236.492610.1711
Yxy36.49260.47020.4143
Hunter Lab60.409116.662832.3037
CIE-Lab66.894621.760952.1747

#de9243 color RGB value is (222,146,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010010 01000011
Octal 336 222 103
Decimal 222 146 67
Hex DE 92 43

RGB Percentages of Color #de9243

%51.03
%33.56
%15.40

CMYK Percentages of Color #de9243

%0
%34
%70
%13

Triadic Colors of #de9243

#de9243 #43de92 #9243de

Analogous Colors of #de9243

#de9243 #ddde43 #de4543

Monochromatic Colors of #de9243

#de9243

Complementary Color

#de9243 #438fde

#de9243 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9243 Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9243 Color CSS Codes

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

#de9243 Text Font Color

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

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


#de9243 Background Color

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

This div background color is #de9243


#de9243 Border Color

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

This div border color is #de9243


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9243


Comments

No comments written yet.

Please login to write comment.