Color Hex Logo

#dbf3da Color Hex

#DBF3DA
(219,243,218)
0 Favorites   0 Comments

Color spaces of #dbf3da

RGB 219243218
HSL0.330.510.90
HSV118°10°95°
CMYK 0.100.000.10   0.05
XYZ73.918984.223278.6904
Yxy84.22320.31210.3556
Hunter Lab91.7732-16.829913.4034
CIE-Lab93.5474-12.37989.3943

#dbf3da color RGB value is (219,243,218).

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

The process color (four color CMYK) of #dbf3da color hex is 0.10, 0.00, 0.10, 0.05. Web safe color of #dbf3da is #ccffcc. Color #dbf3da contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110011 11011010
Octal 333 363 332
Decimal 219 243 218
Hex DB F3 DA

RGB Percentages of Color #dbf3da

%32.21
%35.74
%32.06

CMYK Percentages of Color #dbf3da

%10
%0
%10
%5

Triadic Colors of #dbf3da

#dbf3da #dadbf3 #f3dadb

Analogous Colors of #dbf3da

#dbf3da #daf3e6 #e8f3da

Monochromatic Colors of #dbf3da

#dbf3da

Complementary Color

#dbf3da #f2daf3

#dbf3da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf3da Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf3da Color CSS Codes

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

#dbf3da Text Font Color

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

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


#dbf3da Background Color

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

This div background color is #dbf3da


#dbf3da Border Color

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

This div border color is #dbf3da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf3da

#dbf3da Color Palettes


Comments

No comments written yet.

Please login to write comment.