Color Hex Logo

#debadb Color Hex

#DEBADB
(222,186,219)
0 Favorites   0 Comments

Color spaces of #debadb

RGB 222186219
HSL0.850.350.80
HSV305°16°87°
CMYK 0.000.160.01   0.13
XYZ60.469355.761974.5939
Yxy55.76190.31690.2922
Hunter Lab74.673913.8661-6.9548
CIE-Lab79.478118.4898-11.6929

#debadb color RGB value is (222,186,219).

#debadb hex color red value is 222, green value is 186 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #debadb hue: 0.85 , saturation: 0.35 and the lightness value of debadb is 0.80.

The process color (four color CMYK) of #debadb color hex is 0.00, 0.16, 0.01, 0.13. Web safe color of #debadb is #cccccc. Color #debadb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11011011
Octal 336 272 333
Decimal 222 186 219
Hex DE BA DB

RGB Percentages of Color #debadb

%35.41
%29.67
%34.93

CMYK Percentages of Color #debadb

%0
%16
%1
%13

Triadic Colors of #debadb

#debadb #dbdeba #badbde

Analogous Colors of #debadb

#debadb #debac9 #cfbade

Monochromatic Colors of #debadb

#debadb

Complementary Color

#debadb #badebd

#debadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#debadb Color CSS Codes

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

#debadb Text Font Color

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

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


#debadb Background Color

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

This div background color is #debadb


#debadb Border Color

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

This div border color is #debadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debadb


Comments

No comments written yet.

Please login to write comment.