Color Hex Logo

#de9ebd Color Hex

#DE9EBD
(222,158,189)
0 Favorites   0 Comments

Color spaces of #de9ebd

RGB 222158189
HSL0.920.490.75
HSV331°29°87°
CMYK 0.000.290.15   0.13
XYZ51.536443.657453.8546
Yxy43.65740.34580.2929
Hunter Lab66.073723.5979-2.0738
CIE-Lab71.998928.4143-6.4454

#de9ebd color RGB value is (222,158,189).

#de9ebd hex color red value is 222, green value is 158 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #de9ebd hue: 0.92 , saturation: 0.49 and the lightness value of de9ebd is 0.75.

The process color (four color CMYK) of #de9ebd color hex is 0.00, 0.29, 0.15, 0.13. Web safe color of #de9ebd is #cc99cc. Color #de9ebd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011110 10111101
Octal 336 236 275
Decimal 222 158 189
Hex DE 9E BD

RGB Percentages of Color #de9ebd

%39.02
%27.77
%33.22

CMYK Percentages of Color #de9ebd

%0
%29
%15
%13

Triadic Colors of #de9ebd

#de9ebd #bdde9e #9ebdde

Analogous Colors of #de9ebd

#de9ebd #de9f9e #de9edd

Monochromatic Colors of #de9ebd

#de9ebd

Complementary Color

#de9ebd #9edebf

#de9ebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9ebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9ebd Color CSS Codes

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

#de9ebd Text Font Color

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

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


#de9ebd Background Color

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

This div background color is #de9ebd


#de9ebd Border Color

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

This div border color is #de9ebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9ebd


Comments

No comments written yet.

Please login to write comment.