Color Hex Logo

#deaadb Color Hex

#DEAADB
(222,170,219)
0 Favorites   0 Comments

Color spaces of #deaadb

RGB 222170219
HSL0.840.440.77
HSV303°23°87°
CMYK 0.000.230.01   0.13
XYZ57.285149.393573.5325
Yxy49.39350.31790.2741
Hunter Lab70.280522.5031-12.8371
CIE-Lab75.695527.1095-17.3744

#deaadb color RGB value is (222,170,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10101010 11011011
Octal 336 252 333
Decimal 222 170 219
Hex DE AA DB

RGB Percentages of Color #deaadb

%36.33
%27.82
%35.84

CMYK Percentages of Color #deaadb

%0
%23
%1
%13

Triadic Colors of #deaadb

#deaadb #dbdeaa #aadbde

Analogous Colors of #deaadb

#deaadb #deaac1 #c7aade

Monochromatic Colors of #deaadb

#deaadb

Complementary Color

#deaadb #aadead

#deaadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#deaadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#deaadb Color CSS Codes

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

#deaadb Text Font Color

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

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


#deaadb Background Color

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

This div background color is #deaadb


#deaadb Border Color

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

This div border color is #deaadb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,170,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 #deaadb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #deaadb


Comments

No comments written yet.

Please login to write comment.