Color Hex Logo

#dbfbed Color Hex

#DBFBED
(219,251,237)
0 Favorites   0 Comments

Color spaces of #dbfbed

RGB 219251237
HSL0.430.800.92
HSV154°13°98°
CMYK 0.130.000.06   0.02
XYZ78.996790.168993.3615
Yxy90.16890.30090.3435
Hunter Lab94.9573-17.67798.1765
CIE-Lab96.0668-12.94303.2132

#dbfbed color RGB value is (219,251,237).

#dbfbed hex color red value is 219, green value is 251 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dbfbed hue: 0.43 , saturation: 0.80 and the lightness value of dbfbed is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11101101
Octal 333 373 355
Decimal 219 251 237
Hex DB FB ED

RGB Percentages of Color #dbfbed

%30.98
%35.50
%33.52

CMYK Percentages of Color #dbfbed

%13
%0
%6
%2

Triadic Colors of #dbfbed

#dbfbed #eddbfb #fbeddb

Analogous Colors of #dbfbed

#dbfbed #dbf9fb #dbfbdd

Monochromatic Colors of #dbfbed

#dbfbed

Complementary Color

#dbfbed #fbdbe9

#dbfbed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbed Color CSS Codes

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

#dbfbed Text Font Color

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

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


#dbfbed Background Color

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

This div background color is #dbfbed


#dbfbed Border Color

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

This div border color is #dbfbed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbed

Related Colors


Comments

No comments written yet.

Please login to write comment.