Color Hex Logo

#debafd Color Hex

#DEBAFD
(222,186,253)
0 Favorites   0 Comments

Color spaces of #debafd

RGB 222186253
HSL0.760.940.86
HSV272°26°99°
CMYK 0.120.260.00   0.01
XYZ65.412757.7393100.6257
Yxy57.73930.29230.2580
Hunter Lab75.986420.6851-25.3249
CIE-Lab80.593625.0945-28.2700

#debafd color RGB value is (222,186,253).

#debafd hex color red value is 222, green value is 186 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #debafd hue: 0.76 , saturation: 0.94 and the lightness value of debafd is 0.86.

The process color (four color CMYK) of #debafd color hex is 0.12, 0.26, 0.00, 0.01. Web safe color of #debafd is #ccccff. Color #debafd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11111101
Octal 336 272 375
Decimal 222 186 253
Hex DE BA FD

RGB Percentages of Color #debafd

%33.59
%28.14
%38.28

CMYK Percentages of Color #debafd

%12
%26
%0
%1

Triadic Colors of #debafd

#debafd #fddeba #bafdde

Analogous Colors of #debafd

#debafd #fdbafb #bdbafd

Monochromatic Colors of #debafd

#debafd

Complementary Color

#debafd #d9fdba

#debafd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debafd Color Preview on White Background

Lorem ipsum dolor sit amet.

#debafd Color CSS Codes

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

#debafd Text Font Color

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

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


#debafd Background Color

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

This div background color is #debafd


#debafd Border Color

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

This div border color is #debafd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debafd

Related Colors


Comments

No comments written yet.

Please login to write comment.