Color Hex Logo

#de964e Color Hex

#DE964E
(222,150,78)
0 Favorites   0 Comments

Color spaces of #de964e

RGB 22215078
HSL0.080.690.59
HSV30°65°87°
CMYK 0.000.320.65   0.13
XYZ42.405737.892312.2867
Yxy37.89230.45800.4093
Hunter Lab61.556715.242331.2554
CIE-Lab67.941220.245048.0791

#de964e color RGB value is (222,150,78).

#de964e hex color red value is 222, green value is 150 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #de964e hue: 0.08 , saturation: 0.69 and the lightness value of de964e is 0.59.

The process color (four color CMYK) of #de964e color hex is 0.00, 0.32, 0.65, 0.13. Web safe color of #de964e is #cc9966. Color #de964e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 01001110
Octal 336 226 116
Decimal 222 150 78
Hex DE 96 4E

RGB Percentages of Color #de964e

%49.33
%33.33
%17.33

CMYK Percentages of Color #de964e

%0
%32
%65
%13

Triadic Colors of #de964e

#de964e #4ede96 #964ede

Analogous Colors of #de964e

#de964e #dede4e #de4e4e

Monochromatic Colors of #de964e

#de964e

Complementary Color

#de964e #4e96de

#de964e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de964e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de964e Color CSS Codes

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

#de964e Text Font Color

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

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


#de964e Background Color

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

This div background color is #de964e


#de964e Border Color

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

This div border color is #de964e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de964e


Comments

No comments written yet.

Please login to write comment.