Color Hex Logo

#dbfdd7 Color Hex

#DBFDD7
(219,253,215)
0 Favorites   0 Comments

Color spaces of #dbfdd7

RGB 219253215
HSL0.320.900.92
HSV114°15°99°
CMYK 0.130.000.15   0.01
XYZ76.604490.216977.6661
Yxy90.21690.31330.3690
Hunter Lab94.9826-22.257518.0071
CIE-Lab96.0867-17.822814.5546

#dbfdd7 color RGB value is (219,253,215).

#dbfdd7 hex color red value is 219, green value is 253 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #dbfdd7 hue: 0.32 , saturation: 0.90 and the lightness value of dbfdd7 is 0.92.

The process color (four color CMYK) of #dbfdd7 color hex is 0.13, 0.00, 0.15, 0.01. Web safe color of #dbfdd7 is #ccffcc. Color #dbfdd7 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11010111
Octal 333 375 327
Decimal 219 253 215
Hex DB FD D7

RGB Percentages of Color #dbfdd7

%31.88
%36.83
%31.30

CMYK Percentages of Color #dbfdd7

%13
%0
%15
%1

Triadic Colors of #dbfdd7

#dbfdd7 #d7dbfd #fdd7db

Analogous Colors of #dbfdd7

#dbfdd7 #d7fde6 #eefdd7

Monochromatic Colors of #dbfdd7

#dbfdd7

Complementary Color

#dbfdd7 #f9d7fd

#dbfdd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdd7 Color CSS Codes

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

#dbfdd7 Text Font Color

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

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


#dbfdd7 Background Color

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

This div background color is #dbfdd7


#dbfdd7 Border Color

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

This div border color is #dbfdd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdd7

Related Colors


Comments

No comments written yet.

Please login to write comment.