Color Hex Logo

#de997e Color Hex

#DE997E
(222,153,126)
0 Favorites   0 Comments

Color spaces of #de997e

RGB 222153126
HSL0.050.590.68
HSV17°43°87°
CMYK 0.000.310.43   0.13
XYZ45.281339.818425.0378
Yxy39.81840.41110.3615
Hunter Lab63.101817.661820.6459
CIE-Lab69.340022.663424.6080

#de997e color RGB value is (222,153,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011001 01111110
Octal 336 231 176
Decimal 222 153 126
Hex DE 99 7E

RGB Percentages of Color #de997e

%44.31
%30.54
%25.15

CMYK Percentages of Color #de997e

%0
%31
%43
%13

Triadic Colors of #de997e

#de997e #7ede99 #997ede

Analogous Colors of #de997e

#de997e #dec97e #de7e93

Monochromatic Colors of #de997e

#de997e

Complementary Color

#de997e #7ec3de

#de997e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de997e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de997e Color CSS Codes

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

#de997e Text Font Color

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

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


#de997e Background Color

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

This div background color is #de997e


#de997e Border Color

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

This div border color is #de997e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,153,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 #de997e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de997e


Comments

No comments written yet.

Please login to write comment.