Color Hex Logo

#de9dab Color Hex

#DE9DAB
(222,157,171)
0 Favorites   0 Comments

Color spaces of #de9dab

RGB 222157171
HSL0.960.500.74
HSV347°29°87°
CMYK 0.000.290.23   0.13
XYZ49.531942.583844.1370
Yxy42.58380.36350.3125
Hunter Lab65.256321.28965.5778
CIE-Lab71.271626.19322.4515

#de9dab color RGB value is (222,157,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10011101 10101011
Octal 336 235 253
Decimal 222 157 171
Hex DE 9D AB

RGB Percentages of Color #de9dab

%40.36
%28.55
%31.09

CMYK Percentages of Color #de9dab

%0
%29
%23
%13

Triadic Colors of #de9dab

#de9dab #abde9d #9dabde

Analogous Colors of #de9dab

#de9dab #deb09d #de9dcc

Monochromatic Colors of #de9dab

#de9dab

Complementary Color

#de9dab #9dded0

#de9dab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#de9dab Color Preview on White Background

Lorem ipsum dolor sit amet.

#de9dab Color CSS Codes

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

#de9dab Text Font Color

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

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


#de9dab Background Color

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

This div background color is #de9dab


#de9dab Border Color

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

This div border color is #de9dab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #de9dab


Comments

No comments written yet.

Please login to write comment.