Color Hex Logo

#dbf6dd Color Hex

#DBF6DD
(219,246,221)
0 Favorites   0 Comments

Color spaces of #dbf6dd

RGB 219246221
HSL0.350.600.91
HSV124°11°96°
CMYK 0.110.000.10   0.04
XYZ75.220386.192181.0788
Yxy86.19210.31020.3554
Hunter Lab92.8397-17.845713.2086
CIE-Lab94.3944-13.34829.0569

#dbf6dd color RGB value is (219,246,221).

#dbf6dd hex color red value is 219, green value is 246 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #dbf6dd hue: 0.35 , saturation: 0.60 and the lightness value of dbf6dd is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11110110 11011101
Octal 333 366 335
Decimal 219 246 221
Hex DB F6 DD

RGB Percentages of Color #dbf6dd

%31.92
%35.86
%32.22

CMYK Percentages of Color #dbf6dd

%11
%0
%10
%4

Triadic Colors of #dbf6dd

#dbf6dd #dddbf6 #f6dddb

Analogous Colors of #dbf6dd

#dbf6dd #dbf6eb #e7f6db

Monochromatic Colors of #dbf6dd

#dbf6dd

Complementary Color

#dbf6dd #f6dbf4

#dbf6dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbf6dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbf6dd Color CSS Codes

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

#dbf6dd Text Font Color

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

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


#dbf6dd Background Color

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

This div background color is #dbf6dd


#dbf6dd Border Color

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

This div border color is #dbf6dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbf6dd


Comments

No comments written yet.

Please login to write comment.