Color Hex Logo

#dbffd1 Color Hex

#DBFFD1
(219,255,209)
0 Favorites   0 Comments

Color spaces of #dbffd1

RGB 219255209
HSL0.301.000.91
HSV107°18°100°
CMYK 0.140.000.18   0.00
XYZ76.482091.183573.8907
Yxy91.18350.31660.3775
Hunter Lab95.4901-24.139420.9641
CIE-Lab96.4856-19.790118.1861

#dbffd1 color RGB value is (219,255,209).

#dbffd1 hex color red value is 219, green value is 255 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #dbffd1 hue: 0.30 , saturation: 1.00 and the lightness value of dbffd1 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11010001
Octal 333 377 321
Decimal 219 255 209
Hex DB FF D1

RGB Percentages of Color #dbffd1

%32.06
%37.34
%30.60

CMYK Percentages of Color #dbffd1

%14
%0
%18
%0

Triadic Colors of #dbffd1

#dbffd1 #d1dbff #ffd1db

Analogous Colors of #dbffd1

#dbffd1 #d1ffde #f2ffd1

Monochromatic Colors of #dbffd1

#dbffd1

Complementary Color

#dbffd1 #f5d1ff

#dbffd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffd1 Color CSS Codes

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

#dbffd1 Text Font Color

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

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


#dbffd1 Background Color

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

This div background color is #dbffd1


#dbffd1 Border Color

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

This div border color is #dbffd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffd1


Comments

No comments written yet.

Please login to write comment.