Color Hex Logo

#dbfbd7 Color Hex

#DBFBD7
(219,251,215)
0 Favorites   0 Comments

Color spaces of #dbfbd7

RGB 219251215
HSL0.310.820.91
HSV113°14°98°
CMYK 0.130.000.14   0.02
XYZ75.976388.960777.4567
Yxy88.96070.31340.3670
Hunter Lab94.3190-21.272017.3331
CIE-Lab95.5640-16.845213.8141

#dbfbd7 color RGB value is (219,251,215).

#dbfbd7 hex color red value is 219, green value is 251 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dbfbd7 hue: 0.31 , saturation: 0.82 and the lightness value of dbfbd7 is 0.91.

The process color (four color CMYK) of #dbfbd7 color hex is 0.13, 0.00, 0.14, 0.02. Web safe color of #dbfbd7 is #ccffcc. Color #dbfbd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11010111
Octal 333 373 327
Decimal 219 251 215
Hex DB FB D7

RGB Percentages of Color #dbfbd7

%31.97
%36.64
%31.39

CMYK Percentages of Color #dbfbd7

%13
%0
%14
%2

Triadic Colors of #dbfbd7

#dbfbd7 #d7dbfb #fbd7db

Analogous Colors of #dbfbd7

#dbfbd7 #d7fbe5 #edfbd7

Monochromatic Colors of #dbfbd7

#dbfbd7

Complementary Color

#dbfbd7 #f7d7fb

#dbfbd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbd7 Color CSS Codes

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

#dbfbd7 Text Font Color

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

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


#dbfbd7 Background Color

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

This div background color is #dbfbd7


#dbfbd7 Border Color

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

This div border color is #dbfbd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbd7

Related Colors


Comments

No comments written yet.

Please login to write comment.