Color Hex Logo

#debeeb Color Hex

#DEBEEB
(222,190,235)
0 Favorites   0 Comments

Color spaces of #debeeb

RGB 222190235
HSL0.790.530.83
HSV283°19°92°
CMYK 0.060.190.00   0.08
XYZ63.533158.354786.5123
Yxy58.35470.30490.2800
Hunter Lab76.390214.7740-13.6730
CIE-Lab80.935619.3511-18.1102

#debeeb color RGB value is (222,190,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111110 11101011
Octal 336 276 353
Decimal 222 190 235
Hex DE BE EB

RGB Percentages of Color #debeeb

%34.31
%29.37
%36.32

CMYK Percentages of Color #debeeb

%6
%19
%0
%8

Triadic Colors of #debeeb

#debeeb #ebdebe #beebde

Analogous Colors of #debeeb

#debeeb #ebbee2 #c8beeb

Monochromatic Colors of #debeeb

#debeeb

Complementary Color

#debeeb #cbebbe

#debeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#debeeb Color CSS Codes

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

#debeeb Text Font Color

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

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


#debeeb Background Color

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

This div background color is #debeeb


#debeeb Border Color

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

This div border color is #debeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debeeb


Comments

No comments written yet.

Please login to write comment.