Color Hex Logo

#debbee Color Hex

#DEBBEE
(222,187,238)
0 Favorites   0 Comments

Color spaces of #debbee

RGB 222187238
HSL0.780.600.83
HSV281°21°93°
CMYK 0.070.210.00   0.07
XYZ63.327157.243388.6003
Yxy57.24330.30280.2737
Hunter Lab75.659317.0013-16.4696
CIE-Lab80.316221.5477-20.6564

#debbee color RGB value is (222,187,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11101110
Octal 336 273 356
Decimal 222 187 238
Hex DE BB EE

RGB Percentages of Color #debbee

%34.31
%28.90
%36.79

CMYK Percentages of Color #debbee

%7
%21
%0
%7

Triadic Colors of #debbee

#debbee #eedebb #bbeede

Analogous Colors of #debbee

#debbee #eebbe5 #c5bbee

Monochromatic Colors of #debbee

#debbee

Complementary Color

#debbee #cbeebb

#debbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbee Color CSS Codes

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

#debbee Text Font Color

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

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


#debbee Background Color

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

This div background color is #debbee


#debbee Border Color

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

This div border color is #debbee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(222,187,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 #debbee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbee


Comments

No comments written yet.

Please login to write comment.