Color Hex Logo

#debaef Color Hex

#DEBAEF
(222,186,239)
0 Favorites   0 Comments

Color spaces of #debaef

RGB 222186239
HSL0.780.620.83
HSV281°22°94°
CMYK 0.070.220.00   0.06
XYZ63.263156.879489.3059
Yxy56.87940.30200.2716
Hunter Lab75.418417.7486-17.4147
CIE-Lab80.111722.2821-21.5034

#debaef color RGB value is (222,186,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111010 11101111
Octal 336 272 357
Decimal 222 186 239
Hex DE BA EF

RGB Percentages of Color #debaef

%34.31
%28.75
%36.94

CMYK Percentages of Color #debaef

%7
%22
%0
%6

Triadic Colors of #debaef

#debaef #efdeba #baefde

Analogous Colors of #debaef

#debaef #efbae6 #c4baef

Monochromatic Colors of #debaef

#debaef

Complementary Color

#debaef #cbefba

#debaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#debaef Color CSS Codes

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

#debaef Text Font Color

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

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


#debaef Background Color

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

This div background color is #debaef


#debaef Border Color

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

This div border color is #debaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debaef


Comments

No comments written yet.

Please login to write comment.