Color Hex Logo

#debbf9 Color Hex

#DEBBF9
(222,187,249)
0 Favorites   0 Comments

Color spaces of #debbf9

RGB 222187249
HSL0.760.840.85
HSV274°25°98°
CMYK 0.110.250.00   0.02
XYZ64.993457.909897.3747
Yxy57.90980.29510.2629
Hunter Lab76.098519.2791-22.5978
CIE-Lab80.688623.7398-25.9853

#debbf9 color RGB value is (222,187,249).

#debbf9 hex color red value is 222, green value is 187 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #debbf9 hue: 0.76 , saturation: 0.84 and the lightness value of debbf9 is 0.85.

The process color (four color CMYK) of #debbf9 color hex is 0.11, 0.25, 0.00, 0.02. Web safe color of #debbf9 is #ccccff. Color #debbf9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011110 10111011 11111001
Octal 336 273 371
Decimal 222 187 249
Hex DE BB F9

RGB Percentages of Color #debbf9

%33.74
%28.42
%37.84

CMYK Percentages of Color #debbf9

%11
%25
%0
%2

Triadic Colors of #debbf9

#debbf9 #f9debb #bbf9de

Analogous Colors of #debbf9

#debbf9 #f9bbf5 #bfbbf9

Monochromatic Colors of #debbf9

#debbf9

Complementary Color

#debbf9 #d6f9bb

#debbf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#debbf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#debbf9 Color CSS Codes

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

#debbf9 Text Font Color

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

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


#debbf9 Background Color

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

This div background color is #debbf9


#debbf9 Border Color

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

This div border color is #debbf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #debbf9


Comments

No comments written yet.

Please login to write comment.