Color Hex Logo

#deaddb Color Hex

#DEADDB
(222,173,219)
0 Favorites   0 Comments

Color spaces of #deaddb

RGB 222173219
HSL0.840.430.77
HSV304°22°87°
CMYK 0.000.220.01   0.13
XYZ57.854050.531273.7221
Yxy50.53120.31770.2775
Hunter Lab71.085320.8760-11.7296
CIE-Lab76.394225.4915-16.3205

#deaddb color RGB value is (222,173,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101101 11011011
Octal 336 255 333
Decimal 222 173 219
Hex DE AD DB

RGB Percentages of Color #deaddb

%36.16
%28.18
%35.67

CMYK Percentages of Color #deaddb

%0
%22
%1
%13

Triadic Colors of #deaddb

#deaddb #dbdead #addbde

Analogous Colors of #deaddb

#deaddb #deadc3 #c9adde

Monochromatic Colors of #deaddb

#deaddb

Complementary Color

#deaddb #addeb0

#deaddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaddb Color CSS Codes

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

#deaddb Text Font Color

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

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


#deaddb Background Color

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

This div background color is #deaddb


#deaddb Border Color

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

This div border color is #deaddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaddb


Comments

No comments written yet.

Please login to write comment.