Color Hex Logo

#dbfade Color Hex

#DBFADE
(219,250,222)
0 Favorites   0 Comments

Color spaces of #dbfade

RGB 219250222
HSL0.350.760.92
HSV126°12°98°
CMYK 0.120.000.11   0.02
XYZ76.583888.705282.1927
Yxy88.70520.30950.3584
Hunter Lab94.1834-19.676514.1868
CIE-Lab95.4571-15.150810.0627

#dbfade color RGB value is (219,250,222).

#dbfade hex color red value is 219, green value is 250 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #dbfade hue: 0.35 , saturation: 0.76 and the lightness value of dbfade is 0.92.

The process color (four color CMYK) of #dbfade color hex is 0.12, 0.00, 0.11, 0.02. Web safe color of #dbfade is #ccffcc. Color #dbfade contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111010 11011110
Octal 333 372 336
Decimal 219 250 222
Hex DB FA DE

RGB Percentages of Color #dbfade

%31.69
%36.18
%32.13

CMYK Percentages of Color #dbfade

%12
%0
%11
%2

Triadic Colors of #dbfade

#dbfade #dedbfa #fadedb

Analogous Colors of #dbfade

#dbfade #dbfaee #e8fadb

Monochromatic Colors of #dbfade

#dbfade

Complementary Color

#dbfade #fadbf7

#dbfade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfade Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfade Color CSS Codes

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

#dbfade Text Font Color

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

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


#dbfade Background Color

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

This div background color is #dbfade


#dbfade Border Color

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

This div border color is #dbfade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfade

Related Colors

#dbfade Color Palettes


Comments

No comments written yet.

Please login to write comment.