Color Hex Logo

#de966f Color Hex

#DE966F
(222,150,111)
0 Favorites   0 Comments

Color spaces of #de966f

RGB 222150111
HSL0.060.630.65
HSV21°50°87°
CMYK 0.000.320.50   0.13
XYZ43.899838.490020.1545
Yxy38.49000.42810.3753
Hunter Lab62.040317.736324.1672
CIE-Lab68.380222.787931.5017

#de966f color RGB value is (222,150,111).

#de966f hex color red value is 222, green value is 150 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #de966f hue: 0.06 , saturation: 0.63 and the lightness value of de966f is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 01101111
Octal 336 226 157
Decimal 222 150 111
Hex DE 96 6F

RGB Percentages of Color #de966f

%45.96
%31.06
%22.98

CMYK Percentages of Color #de966f

%0
%32
%50
%13

Triadic Colors of #de966f

#de966f #6fde96 #966fde

Analogous Colors of #de966f

#de966f #dece6f #de6f80

Monochromatic Colors of #de966f

#de966f

Complementary Color

#de966f #6fb7de

#de966f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de966f Color Preview on White Background

Lorem ipsum dolor sit amet.

#de966f Color CSS Codes

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

#de966f Text Font Color

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

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


#de966f Background Color

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

This div background color is #de966f


#de966f Border Color

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

This div border color is #de966f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de966f


Comments

No comments written yet.

Please login to write comment.