Color Hex Logo

#de967e Color Hex

#DE967E
(222,150,126)
0 Favorites   0 Comments

Color spaces of #de967e

RGB 222150126
HSL0.040.590.68
HSV15°43°87°
CMYK 0.000.320.43   0.13
XYZ44.796438.848624.8762
Yxy38.84860.41280.3580
Hunter Lab62.328619.215119.9666
CIE-Lab68.641524.275423.6678

#de967e color RGB value is (222,150,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010110 01111110
Octal 336 226 176
Decimal 222 150 126
Hex DE 96 7E

RGB Percentages of Color #de967e

%44.58
%30.12
%25.30

CMYK Percentages of Color #de967e

%0
%32
%43
%13

Triadic Colors of #de967e

#de967e #7ede96 #967ede

Analogous Colors of #de967e

#de967e #dec67e #de7e96

Monochromatic Colors of #de967e

#de967e

Complementary Color

#de967e #7ec6de

#de967e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de967e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de967e Color CSS Codes

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

#de967e Text Font Color

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

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


#de967e Background Color

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

This div background color is #de967e


#de967e Border Color

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

This div border color is #de967e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de967e


Comments

No comments written yet.

Please login to write comment.