Color Hex Logo

#debeec Color Hex

#DEBEEC
(222,190,236)
0 Favorites   0 Comments

Color spaces of #debeec

RGB 222190236
HSL0.780.550.84
HSV282°19°93°
CMYK 0.060.190.00   0.07
XYZ63.678058.412687.2755
Yxy58.41260.30410.2790
Hunter Lab76.428114.9725-14.2053
CIE-Lab80.967619.5450-18.5980

#debeec color RGB value is (222,190,236).

#debeec hex color red value is 222, green value is 190 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #debeec hue: 0.78 , saturation: 0.55 and the lightness value of debeec is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11101100
Octal 336 276 354
Decimal 222 190 236
Hex DE BE EC

RGB Percentages of Color #debeec

%34.26
%29.32
%36.42

CMYK Percentages of Color #debeec

%6
%19
%0
%7

Triadic Colors of #debeec

#debeec #ecdebe #beecde

Analogous Colors of #debeec

#debeec #ecbee3 #c7beec

Monochromatic Colors of #debeec

#debeec

Complementary Color

#debeec #ccecbe

#debeec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeec Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeec Color CSS Codes

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

#debeec Text Font Color

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

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


#debeec Background Color

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

This div background color is #debeec


#debeec Border Color

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

This div border color is #debeec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeec


Comments

No comments written yet.

Please login to write comment.