Color Hex Logo

#dbfbee Color Hex

#DBFBEE
(219,251,238)
0 Favorites   0 Comments

Color spaces of #dbfbee

RGB 219251238
HSL0.430.800.92
HSV156°13°98°
CMYK 0.130.000.05   0.02
XYZ79.143290.227594.1333
Yxy90.22750.30030.3424
Hunter Lab94.9882-17.50487.7353
CIE-Lab96.0911-12.75712.7329

#dbfbee color RGB value is (219,251,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11101110
Octal 333 373 356
Decimal 219 251 238
Hex DB FB EE

RGB Percentages of Color #dbfbee

%30.93
%35.45
%33.62

CMYK Percentages of Color #dbfbee

%13
%0
%5
%2

Triadic Colors of #dbfbee

#dbfbee #eedbfb #fbeedb

Analogous Colors of #dbfbee

#dbfbee #dbf8fb #dbfbde

Monochromatic Colors of #dbfbee

#dbfbee

Complementary Color

#dbfbee #fbdbe8

#dbfbee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbee Color CSS Codes

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

#dbfbee Text Font Color

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

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


#dbfbee Background Color

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

This div background color is #dbfbee


#dbfbee Border Color

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

This div border color is #dbfbee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbee


Comments

No comments written yet.

Please login to write comment.