Color Hex Logo

#dbfdc6 Color Hex

#DBFDC6
(219,253,198)
0 Favorites   0 Comments

Color spaces of #dbfdc6

RGB 219253198
HSL0.270.930.88
HSV97°22°99°
CMYK 0.130.000.22   0.01
XYZ74.531789.387866.7514
Yxy89.38780.32310.3875
Hunter Lab94.5451-24.739124.3212
CIE-Lab95.7422-20.573422.7577

#dbfdc6 color RGB value is (219,253,198).

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

The process color (four color CMYK) of #dbfdc6 color hex is 0.13, 0.00, 0.22, 0.01. Web safe color of #dbfdc6 is #ccffcc. Color #dbfdc6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11000110
Octal 333 375 306
Decimal 219 253 198
Hex DB FD C6

RGB Percentages of Color #dbfdc6

%32.69
%37.76
%29.55

CMYK Percentages of Color #dbfdc6

%13
%0
%22
%1

Triadic Colors of #dbfdc6

#dbfdc6 #c6dbfd #fdc6db

Analogous Colors of #dbfdc6

#dbfdc6 #c6fdcd #f7fdc6

Monochromatic Colors of #dbfdc6

#dbfdc6

Complementary Color

#dbfdc6 #e8c6fd

#dbfdc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdc6 Color CSS Codes

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

#dbfdc6 Text Font Color

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

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


#dbfdc6 Background Color

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

This div background color is #dbfdc6


#dbfdc6 Border Color

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

This div border color is #dbfdc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdc6


Comments

No comments written yet.

Please login to write comment.