Color Hex Logo

#dbfdee Color Hex

#DBFDEE
(219,253,238)
0 Favorites   0 Comments

Color spaces of #dbfdee

RGB 219253238
HSL0.430.890.93
HSV154°13°99°
CMYK 0.130.000.06   0.01
XYZ79.771391.483794.3426
Yxy91.48370.30030.3444
Hunter Lab95.6471-18.51048.4716
CIE-Lab96.6089-13.74793.4846

#dbfdee color RGB value is (219,253,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11101110
Octal 333 375 356
Decimal 219 253 238
Hex DB FD EE

RGB Percentages of Color #dbfdee

%30.85
%35.63
%33.52

CMYK Percentages of Color #dbfdee

%13
%0
%6
%1

Triadic Colors of #dbfdee

#dbfdee #eedbfd #fdeedb

Analogous Colors of #dbfdee

#dbfdee #dbfbfd #dbfddd

Monochromatic Colors of #dbfdee

#dbfdee

Complementary Color

#dbfdee #fddbea

#dbfdee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdee Color CSS Codes

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

#dbfdee Text Font Color

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

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


#dbfdee Background Color

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

This div background color is #dbfdee


#dbfdee Border Color

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

This div border color is #dbfdee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdee


Comments

No comments written yet.

Please login to write comment.