Color Hex Logo

#dbfdf6 Color Hex

#DBFDF6
(219,253,246)
0 Favorites   0 Comments

Color spaces of #dbfdf6

RGB 219253246
HSL0.470.890.93
HSV168°13°99°
CMYK 0.130.000.03   0.01
XYZ80.973291.9644100.6719
Yxy91.96440.29590.3361
Hunter Lab95.8981-17.10214.8872
CIE-Lab96.8057-12.2397-0.3479

#dbfdf6 color RGB value is (219,253,246).

#dbfdf6 hex color red value is 219, green value is 253 and the blue value of its RGB is 246. Cylindrical-coordinate representations (also known as HSL) of color #dbfdf6 hue: 0.47 , saturation: 0.89 and the lightness value of dbfdf6 is 0.93.

The process color (four color CMYK) of #dbfdf6 color hex is 0.13, 0.00, 0.03, 0.01. Web safe color of #dbfdf6 is #ccffff. Color #dbfdf6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11110110
Octal 333 375 366
Decimal 219 253 246
Hex DB FD F6

RGB Percentages of Color #dbfdf6

%30.50
%35.24
%34.26

CMYK Percentages of Color #dbfdf6

%13
%0
%3
%1

Triadic Colors of #dbfdf6

#dbfdf6 #f6dbfd #fdf6db

Analogous Colors of #dbfdf6

#dbfdf6 #dbf3fd #dbfde5

Monochromatic Colors of #dbfdf6

#dbfdf6

Complementary Color

#dbfdf6 #fddbe2

#dbfdf6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdf6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdf6 Color CSS Codes

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

#dbfdf6 Text Font Color

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

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


#dbfdf6 Background Color

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

This div background color is #dbfdf6


#dbfdf6 Border Color

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

This div border color is #dbfdf6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdf6


Comments

No comments written yet.

Please login to write comment.