Color Hex Logo

#deadbe Color Hex

#DEADBE
(222,173,190)
4 Favorites   0 Comments

Color spaces of #deadbe

RGB 222173190
HSL0.940.430.77
HSV339°22°87°
CMYK 0.000.220.14   0.13
XYZ54.362049.134455.3339
Yxy49.13440.34230.3094
Hunter Lab70.095915.76552.2635
CIE-Lab75.534920.4923-1.7840

#deadbe color RGB value is (222,173,190).

#deadbe hex color red value is 222, green value is 173 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #deadbe hue: 0.94 , saturation: 0.43 and the lightness value of deadbe is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10111110
Octal 336 255 276
Decimal 222 173 190
Hex DE AD BE

RGB Percentages of Color #deadbe

%37.95
%29.57
%32.48

CMYK Percentages of Color #deadbe

%0
%22
%14
%13

Triadic Colors of #deadbe

#deadbe #bedead #adbede

Analogous Colors of #deadbe

#deadbe #deb5ad #deadd7

Monochromatic Colors of #deadbe

#deadbe

Complementary Color

#deadbe #addecd

#deadbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadbe Color CSS Codes

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

#deadbe Text Font Color

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

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


#deadbe Background Color

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

This div background color is #deadbe


#deadbe Border Color

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

This div border color is #deadbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadbe


Comments

No comments written yet.

Please login to write comment.