Color Hex Logo

#deaebd Color Hex

#DEAEBD
(222,174,189)
0 Favorites   0 Comments

Color spaces of #deaebd

RGB 222174189
HSL0.950.420.78
HSV341°22°87°
CMYK 0.000.220.15   0.13
XYZ54.445649.475854.8243
Yxy49.47580.34300.3117
Hunter Lab70.339015.07383.0250
CIE-Lab75.746419.7932-0.9279

#deaebd color RGB value is (222,174,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10111101
Octal 336 256 275
Decimal 222 174 189
Hex DE AE BD

RGB Percentages of Color #deaebd

%37.95
%29.74
%32.31

CMYK Percentages of Color #deaebd

%0
%22
%15
%13

Triadic Colors of #deaebd

#deaebd #bddeae #aebdde

Analogous Colors of #deaebd

#deaebd #deb7ae #deaed5

Monochromatic Colors of #deaebd

#deaebd

Complementary Color

#deaebd #aedecf

#deaebd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaebd Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaebd Color CSS Codes

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

#deaebd Text Font Color

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

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


#deaebd Background Color

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

This div background color is #deaebd


#deaebd Border Color

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

This div border color is #deaebd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaebd


Comments

No comments written yet.

Please login to write comment.