Color Hex Logo

#deadba Color Hex

#DEADBA
(222,173,186)
0 Favorites   0 Comments

Color spaces of #deadba

RGB 222173186
HSL0.960.430.77
HSV344°22°87°
CMYK 0.000.220.16   0.13
XYZ53.930748.961953.0625
Yxy48.96190.34580.3139
Hunter Lab69.972815.12444.0195
CIE-Lab75.427619.85400.2455

#deadba color RGB value is (222,173,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10111010
Octal 336 255 272
Decimal 222 173 186
Hex DE AD BA

RGB Percentages of Color #deadba

%38.21
%29.78
%32.01

CMYK Percentages of Color #deadba

%0
%22
%16
%13

Triadic Colors of #deadba

#deadba #badead #adbade

Analogous Colors of #deadba

#deadba #deb9ad #deadd3

Monochromatic Colors of #deadba

#deadba

Complementary Color

#deadba #added1

#deadba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadba Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadba Color CSS Codes

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

#deadba Text Font Color

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

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


#deadba Background Color

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

This div background color is #deadba


#deadba Border Color

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

This div border color is #deadba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadba


Comments

No comments written yet.

Please login to write comment.