Color Hex Logo

#de908e Color Hex

#DE908E
(222,144,142)
0 Favorites   0 Comments

Color spaces of #de908e

RGB 222144142
HSL0.000.550.71
HSV36°87°
CMYK 0.000.350.36   0.13
XYZ44.979937.429130.4450
Yxy37.42910.39860.3317
Hunter Lab61.179324.171913.3207
CIE-Lab67.597729.304813.3518

#de908e color RGB value is (222,144,142).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10010000 10001110
Octal 336 220 216
Decimal 222 144 142
Hex DE 90 8E

RGB Percentages of Color #de908e

%43.70
%28.35
%27.95

CMYK Percentages of Color #de908e

%0
%35
%36
%13

Triadic Colors of #de908e

#de908e #8ede90 #908ede

Analogous Colors of #de908e

#de908e #deb88e #de8eb4

Monochromatic Colors of #de908e

#de908e

Complementary Color

#de908e #8edcde

#de908e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de908e Color Preview on White Background

Lorem ipsum dolor sit amet.

#de908e Color CSS Codes

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

#de908e Text Font Color

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

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


#de908e Background Color

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

This div background color is #de908e


#de908e Border Color

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

This div border color is #de908e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de908e


Comments

No comments written yet.

Please login to write comment.