Color Hex Logo

#deaebb Color Hex

#DEAEBB
(222,174,187)
0 Favorites   0 Comments

Color spaces of #deaebb

RGB 222174187
HSL0.950.420.78
HSV344°22°87°
CMYK 0.000.220.16   0.13
XYZ54.229949.389653.6886
Yxy49.38960.34470.3140
Hunter Lab70.277714.75373.8999
CIE-Lab75.693119.47390.0866

#deaebb color RGB value is (222,174,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101110 10111011
Octal 336 256 273
Decimal 222 174 187
Hex DE AE BB

RGB Percentages of Color #deaebb

%38.08
%29.85
%32.08

CMYK Percentages of Color #deaebb

%0
%22
%16
%13

Triadic Colors of #deaebb

#deaebb #bbdeae #aebbde

Analogous Colors of #deaebb

#deaebb #deb9ae #deaed3

Monochromatic Colors of #deaebb

#deaebb

Complementary Color

#deaebb #aeded1

#deaebb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaebb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaebb Color CSS Codes

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

#deaebb Text Font Color

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

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


#deaebb Background Color

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

This div background color is #deaebb


#deaebb Border Color

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

This div border color is #deaebb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaebb


Comments

No comments written yet.

Please login to write comment.