Color Hex Logo

#dbefed Color Hex

#DBEFED
(219,239,237)
1 Favorites   0 Comments

Color spaces of #dbefed

RGB 219239237
HSL0.480.380.90
HSV174°94°
CMYK 0.080.000.01   0.06
XYZ75.366082.907592.1513
Yxy82.90750.30100.3311
Hunter Lab91.0536-11.59743.7327
CIE-Lab92.9739-6.9269-1.2948

#dbefed color RGB value is (219,239,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11101111 11101101
Octal 333 357 355
Decimal 219 239 237
Hex DB EF ED

RGB Percentages of Color #dbefed

%31.51
%34.39
%34.10

CMYK Percentages of Color #dbefed

%8
%0
%1
%6

Triadic Colors of #dbefed

#dbefed #eddbef #efeddb

Analogous Colors of #dbefed

#dbefed #dbe7ef #dbefe3

Monochromatic Colors of #dbefed

#dbefed

Complementary Color

#dbefed #efdbdd

#dbefed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbefed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbefed Color CSS Codes

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

#dbefed Text Font Color

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

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


#dbefed Background Color

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

This div background color is #dbefed


#dbefed Border Color

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

This div border color is #dbefed


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,239,237, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbefed


Comments

No comments written yet.

Please login to write comment.