Color Hex Logo

#dbefeb Color Hex

#DBEFEB
(219,239,235)
0 Favorites   0 Comments

Color spaces of #dbefeb

RGB 219239235
HSL0.470.380.90
HSV168°94°
CMYK 0.080.000.02   0.06
XYZ75.075382.791290.6207
Yxy82.79120.30210.3332
Hunter Lab90.9897-11.95214.6432
CIE-Lab92.9229-7.3030-0.3294

#dbefeb color RGB value is (219,239,235).

#dbefeb hex color red value is 219, green value is 239 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #dbefeb hue: 0.47 , saturation: 0.38 and the lightness value of dbefeb is 0.90.

The process color (four color CMYK) of #dbefeb color hex is 0.08, 0.00, 0.02, 0.06. Web safe color of #dbefeb is #ccffff. Color #dbefeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11101011
Octal 333 357 353
Decimal 219 239 235
Hex DB EF EB

RGB Percentages of Color #dbefeb

%31.60
%34.49
%33.91

CMYK Percentages of Color #dbefeb

%8
%0
%2
%6

Triadic Colors of #dbefeb

#dbefeb #ebdbef #efebdb

Analogous Colors of #dbefeb

#dbefeb #dbe9ef #dbefe1

Monochromatic Colors of #dbefeb

#dbefeb

Complementary Color

#dbefeb #efdbdf

#dbefeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefeb Color CSS Codes

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

#dbefeb Text Font Color

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

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


#dbefeb Background Color

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

This div background color is #dbefeb


#dbefeb Border Color

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

This div border color is #dbefeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefeb

#dbefeb Color Palettes


Comments

No comments written yet.

Please login to write comment.