Color Hex Logo

#dbffda Color Hex

#DBFFDA
(219,255,218)
0 Favorites   0 Comments

Color spaces of #dbffda

RGB 219255218
HSL0.331.000.93
HSV118°15°100°
CMYK 0.140.000.15   0.00
XYZ77.628391.642079.9269
Yxy91.64200.31150.3677
Hunter Lab95.7298-22.779717.5084
CIE-Lab96.6738-18.289513.8494

#dbffda color RGB value is (219,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11011010
Octal 333 377 332
Decimal 219 255 218
Hex DB FF DA

RGB Percentages of Color #dbffda

%31.65
%36.85
%31.50

CMYK Percentages of Color #dbffda

%14
%0
%15
%0

Triadic Colors of #dbffda

#dbffda #dadbff #ffdadb

Analogous Colors of #dbffda

#dbffda #daffec #eeffda

Monochromatic Colors of #dbffda

#dbffda

Complementary Color

#dbffda #fedaff

#dbffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffda Color CSS Codes

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

#dbffda Text Font Color

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

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


#dbffda Background Color

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

This div background color is #dbffda


#dbffda Border Color

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

This div border color is #dbffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffda

#dbffda Color Palettes


Comments

No comments written yet.

Please login to write comment.