Color Hex Logo

#debaeb Color Hex

#DEBAEB
(222,186,235)
0 Favorites   0 Comments

Color spaces of #debaeb

RGB 222186235
HSL0.790.550.83
HSV284°21°92°
CMYK 0.060.210.00   0.08
XYZ62.678556.645686.2274
Yxy56.64560.30490.2756
Hunter Lab75.263316.9423-15.2429
CIE-Lab79.979821.5016-19.5544

#debaeb color RGB value is (222,186,235).

#debaeb hex color red value is 222, green value is 186 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #debaeb hue: 0.79 , saturation: 0.55 and the lightness value of debaeb is 0.83.

The process color (four color CMYK) of #debaeb color hex is 0.06, 0.21, 0.00, 0.08. Web safe color of #debaeb is #ccccff. Color #debaeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11101011
Octal 336 272 353
Decimal 222 186 235
Hex DE BA EB

RGB Percentages of Color #debaeb

%34.53
%28.93
%36.55

CMYK Percentages of Color #debaeb

%6
%21
%0
%8

Triadic Colors of #debaeb

#debaeb #ebdeba #baebde

Analogous Colors of #debaeb

#debaeb #ebbae0 #c6baeb

Monochromatic Colors of #debaeb

#debaeb

Complementary Color

#debaeb #c7ebba

#debaeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debaeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#debaeb Color CSS Codes

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

#debaeb Text Font Color

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

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


#debaeb Background Color

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

This div background color is #debaeb


#debaeb Border Color

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

This div border color is #debaeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debaeb


Comments

No comments written yet.

Please login to write comment.