Color Hex Logo

#dbf0da Color Hex

#DBF0DA
(219,240,218)
0 Favorites   0 Comments

Color spaces of #dbf0da

RGB 219240218
HSL0.330.420.90
HSV117°94°
CMYK 0.090.000.09   0.06
XYZ73.028482.442278.3936
Yxy82.44220.31230.3525
Hunter Lab90.7977-15.328812.3681
CIE-Lab92.7697-10.88168.2794

#dbf0da color RGB value is (219,240,218).

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

The process color (four color CMYK) of #dbf0da color hex is 0.09, 0.00, 0.09, 0.06. Web safe color of #dbf0da is #ccffcc. Color #dbf0da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110000 11011010
Octal 333 360 332
Decimal 219 240 218
Hex DB F0 DA

RGB Percentages of Color #dbf0da

%32.35
%35.45
%32.20

CMYK Percentages of Color #dbf0da

%9
%0
%9
%6

Triadic Colors of #dbf0da

#dbf0da #dadbf0 #f0dadb

Analogous Colors of #dbf0da

#dbf0da #daf0e4 #e6f0da

Monochromatic Colors of #dbf0da

#dbf0da

Complementary Color

#dbf0da #efdaf0

#dbf0da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf0da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf0da Color CSS Codes

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

#dbf0da Text Font Color

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

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


#dbf0da Background Color

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

This div background color is #dbf0da


#dbf0da Border Color

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

This div border color is #dbf0da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf0da


Comments

No comments written yet.

Please login to write comment.