Color Hex Logo

#de988e Color Hex

#DE988E
(222,152,142)
0 Favorites   0 Comments

Color spaces of #de988e

RGB 222152142
HSL0.020.550.71
HSV36°87°
CMYK 0.000.320.36   0.13
XYZ46.234939.939130.8633
Yxy39.93910.39500.3413
Hunter Lab63.197419.994315.2831
CIE-Lab69.426125.014415.9080

#de988e color RGB value is (222,152,142).

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

The process color (four color CMYK) of #de988e color hex is 0.00, 0.32, 0.36, 0.13. Web safe color of #de988e is #cc9999. Color #de988e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011000 10001110
Octal 336 230 216
Decimal 222 152 142
Hex DE 98 8E

RGB Percentages of Color #de988e

%43.02
%29.46
%27.52

CMYK Percentages of Color #de988e

%0
%32
%36
%13

Triadic Colors of #de988e

#de988e #8ede98 #988ede

Analogous Colors of #de988e

#de988e #dec08e #de8eac

Monochromatic Colors of #de988e

#de988e

Complementary Color

#de988e #8ed4de

#de988e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de988e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de988e Color CSS Codes

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

#de988e Text Font Color

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

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


#de988e Background Color

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

This div background color is #de988e


#de988e Border Color

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

This div border color is #de988e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de988e


Comments

No comments written yet.

Please login to write comment.