Color Hex Logo

#dbebec Color Hex

#DBEBEC
(219,235,236)
0 Favorites   0 Comments

Color spaces of #dbebec

RGB 219235236
HSL0.510.310.89
HSV184°93°
CMYK 0.070.000.00   0.07
XYZ74.062180.532990.9978
Yxy80.53290.30160.3279
Hunter Lab89.7401-9.73002.6972
CIE-Lab91.9234-5.0834-2.3133

#dbebec color RGB value is (219,235,236).

#dbebec hex color red value is 219, green value is 235 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dbebec hue: 0.51 , saturation: 0.31 and the lightness value of dbebec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101011 11101100
Octal 333 353 354
Decimal 219 235 236
Hex DB EB EC

RGB Percentages of Color #dbebec

%31.74
%34.06
%34.20

CMYK Percentages of Color #dbebec

%7
%0
%0
%7

Triadic Colors of #dbebec

#dbebec #ecdbeb #ebecdb

Analogous Colors of #dbebec

#dbebec #dbe3ec #dbece5

Monochromatic Colors of #dbebec

#dbebec

Complementary Color

#dbebec #ecdcdb

#dbebec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbebec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbebec Color CSS Codes

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

#dbebec Text Font Color

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

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


#dbebec Background Color

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

This div background color is #dbebec


#dbebec Border Color

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

This div border color is #dbebec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbebec

#dbebec Color Palettes


Comments

No comments written yet.

Please login to write comment.