Color Hex Logo

#debaee Color Hex

#DEBAEE
(222,186,238)
0 Favorites   0 Comments

Color spaces of #debaee

RGB 222186238
HSL0.780.600.83
HSV282°22°93°
CMYK 0.070.220.00   0.07
XYZ63.115756.820588.5298
Yxy56.82050.30280.2726
Hunter Lab75.379417.5454-16.8680
CIE-Lab80.078522.0858-21.0168

#debaee color RGB value is (222,186,238).

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

The process color (four color CMYK) of #debaee color hex is 0.07, 0.22, 0.00, 0.07. Web safe color of #debaee is #ccccff. Color #debaee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11101110
Octal 336 272 356
Decimal 222 186 238
Hex DE BA EE

RGB Percentages of Color #debaee

%34.37
%28.79
%36.84

CMYK Percentages of Color #debaee

%7
%22
%0
%7

Triadic Colors of #debaee

#debaee #eedeba #baeede

Analogous Colors of #debaee

#debaee #eebae4 #c4baee

Monochromatic Colors of #debaee

#debaee

Complementary Color

#debaee #caeeba

#debaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#debaee Color CSS Codes

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

#debaee Text Font Color

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

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


#debaee Background Color

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

This div background color is #debaee


#debaee Border Color

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

This div border color is #debaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debaee


Comments

No comments written yet.

Please login to write comment.