Color Hex Logo

#deadb0 Color Hex

#DEADB0
(222,173,176)
0 Favorites   0 Comments

Color spaces of #deadb0

RGB 222173176
HSL0.990.430.77
HSV356°22°87°
CMYK 0.000.220.21   0.13
XYZ52.904248.551347.6573
Yxy48.55130.35480.3256
Hunter Lab69.678813.58988.2233
CIE-Lab75.171318.31565.3402

#deadb0 color RGB value is (222,173,176).

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

The process color (four color CMYK) of #deadb0 color hex is 0.00, 0.22, 0.21, 0.13. Web safe color of #deadb0 is #cc9999. Color #deadb0 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 10110000
Octal 336 255 260
Decimal 222 173 176
Hex DE AD B0

RGB Percentages of Color #deadb0

%38.88
%30.30
%30.82

CMYK Percentages of Color #deadb0

%0
%22
%21
%13

Triadic Colors of #deadb0

#deadb0 #b0dead #adb0de

Analogous Colors of #deadb0

#deadb0 #dec3ad #deadc9

Monochromatic Colors of #deadb0

#deadb0

Complementary Color

#deadb0 #addedb

#deadb0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deadb0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#deadb0 Color CSS Codes

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

#deadb0 Text Font Color

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

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


#deadb0 Background Color

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

This div background color is #deadb0


#deadb0 Border Color

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

This div border color is #deadb0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deadb0


Comments

No comments written yet.

Please login to write comment.