Color Hex Logo

#de9dac Color Hex

#DE9DAC
(222,157,172)
0 Favorites   0 Comments

Color spaces of #de9dac

RGB 222157172
HSL0.960.500.74
HSV346°29°87°
CMYK 0.000.290.23   0.13
XYZ49.627642.622144.6410
Yxy42.62210.36250.3114
Hunter Lab65.285621.43905.1586
CIE-Lab71.297726.33941.9353

#de9dac color RGB value is (222,157,172).

#de9dac hex color red value is 222, green value is 157 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #de9dac hue: 0.96 , saturation: 0.50 and the lightness value of de9dac is 0.74.

The process color (four color CMYK) of #de9dac color hex is 0.00, 0.29, 0.23, 0.13. Web safe color of #de9dac is #cc9999. Color #de9dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 10101100
Octal 336 235 254
Decimal 222 157 172
Hex DE 9D AC

RGB Percentages of Color #de9dac

%40.29
%28.49
%31.22

CMYK Percentages of Color #de9dac

%0
%29
%23
%13

Triadic Colors of #de9dac

#de9dac #acde9d #9dacde

Analogous Colors of #de9dac

#de9dac #deaf9d #de9dcd

Monochromatic Colors of #de9dac

#de9dac

Complementary Color

#de9dac #9ddecf

#de9dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9dac Color CSS Codes

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

#de9dac Text Font Color

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

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


#de9dac Background Color

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

This div background color is #de9dac


#de9dac Border Color

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

This div border color is #de9dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9dac


Comments

No comments written yet.

Please login to write comment.