Color Hex Logo

#de843c Color Hex

#DE843C
(222,132,60)
0 Favorites   0 Comments

Color spaces of #de843c

RGB 22213260
HSL0.070.710.55
HSV27°73°87°
CMYK 0.000.410.73   0.13
XYZ39.191132.35848.4552
Yxy32.35840.48990.4045
Hunter Lab56.884423.431631.0064
CIE-Lab63.638028.884251.9803

#de843c color RGB value is (222,132,60).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10000100 00111100
Octal 336 204 74
Decimal 222 132 60
Hex DE 84 3C

RGB Percentages of Color #de843c

%53.62
%31.88
%14.49

CMYK Percentages of Color #de843c

%0
%41
%73
%13

Triadic Colors of #de843c

#de843c #3cde84 #843cde

Analogous Colors of #de843c

#de843c #ded53c #de3c45

Monochromatic Colors of #de843c

#de843c

Complementary Color

#de843c #3c96de

#de843c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de843c Color Preview on White Background

Lorem ipsum dolor sit amet.

#de843c Color CSS Codes

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

#de843c Text Font Color

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

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


#de843c Background Color

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

This div background color is #de843c


#de843c Border Color

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

This div border color is #de843c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de843c


Comments

No comments written yet.

Please login to write comment.