Color Hex Logo

#dbf9da Color Hex

#DBF9DA
(219,249,218)
1 Favorites   0 Comments

Color spaces of #dbf9da

RGB 219249218
HSL0.330.720.92
HSV118°12°98°
CMYK 0.120.000.12   0.02
XYZ75.744087.873479.2988
Yxy87.87340.31180.3617
Hunter Lab93.7408-19.815715.4630
CIE-Lab95.1076-15.351411.6230

#dbf9da color RGB value is (219,249,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111001 11011010
Octal 333 371 332
Decimal 219 249 218
Hex DB F9 DA

RGB Percentages of Color #dbf9da

%31.92
%36.30
%31.78

CMYK Percentages of Color #dbf9da

%12
%0
%12
%2

Triadic Colors of #dbf9da

#dbf9da #dadbf9 #f9dadb

Analogous Colors of #dbf9da

#dbf9da #daf9e9 #ebf9da

Monochromatic Colors of #dbf9da

#dbf9da

Complementary Color

#dbf9da #f8daf9

#dbf9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf9da Color CSS Codes

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

#dbf9da Text Font Color

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

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


#dbf9da Background Color

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

This div background color is #dbf9da


#dbf9da Border Color

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

This div border color is #dbf9da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf9da

Related Colors

#dbf9da Color Palettes


Comments

No comments written yet.

Please login to write comment.