Color Hex Logo

#dbfbef Color Hex

#DBFBEF
(219,251,239)
0 Favorites   0 Comments

Color spaces of #dbfbef

RGB 219251239
HSL0.440.800.92
HSV158°13°98°
CMYK 0.130.000.05   0.02
XYZ79.290690.286494.9093
Yxy90.28640.29980.3414
Hunter Lab95.0192-17.33077.2920
CIE-Lab96.1154-12.57042.2528

#dbfbef color RGB value is (219,251,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11101111
Octal 333 373 357
Decimal 219 251 239
Hex DB FB EF

RGB Percentages of Color #dbfbef

%30.89
%35.40
%33.71

CMYK Percentages of Color #dbfbef

%13
%0
%5
%2

Triadic Colors of #dbfbef

#dbfbef #efdbfb #fbefdb

Analogous Colors of #dbfbef

#dbfbef #dbf7fb #dbfbdf

Monochromatic Colors of #dbfbef

#dbfbef

Complementary Color

#dbfbef #fbdbe7

#dbfbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbef Color CSS Codes

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

#dbfbef Text Font Color

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

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


#dbfbef Background Color

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

This div background color is #dbfbef


#dbfbef Border Color

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

This div border color is #dbfbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbef


Comments

No comments written yet.

Please login to write comment.