Color Hex Logo

#deaeb9 Color Hex

#DEAEB9
(222,174,185)
0 Favorites   0 Comments

Color spaces of #deaeb9

RGB 222174185
HSL0.960.420.78
HSV346°22°87°
CMYK 0.000.220.17   0.13
XYZ54.017249.304552.5686
Yxy49.30450.34650.3163
Hunter Lab70.217214.43784.7641
CIE-Lab75.640419.15811.1021

#deaeb9 color RGB value is (222,174,185).

#deaeb9 hex color red value is 222, green value is 174 and the blue value of its RGB is 185. Cylindrical-coordinate representations (also known as HSL) of color #deaeb9 hue: 0.96 , saturation: 0.42 and the lightness value of deaeb9 is 0.78.

The process color (four color CMYK) of #deaeb9 color hex is 0.00, 0.22, 0.17, 0.13. Web safe color of #deaeb9 is #cc99cc. Color #deaeb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10111001
Octal 336 256 271
Decimal 222 174 185
Hex DE AE B9

RGB Percentages of Color #deaeb9

%38.21
%29.95
%31.84

CMYK Percentages of Color #deaeb9

%0
%22
%17
%13

Triadic Colors of #deaeb9

#deaeb9 #b9deae #aeb9de

Analogous Colors of #deaeb9

#deaeb9 #debbae #deaed1

Monochromatic Colors of #deaeb9

#deaeb9

Complementary Color

#deaeb9 #aeded3

#deaeb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaeb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaeb9 Color CSS Codes

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

#deaeb9 Text Font Color

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

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


#deaeb9 Background Color

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

This div background color is #deaeb9


#deaeb9 Border Color

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

This div border color is #deaeb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaeb9


Comments

No comments written yet.

Please login to write comment.