Color Hex Logo

#dbfdc7 Color Hex

#DBFDC7
(219,253,199)
0 Favorites   0 Comments

Color spaces of #dbfdc7

RGB 219253199
HSL0.270.930.89
HSV98°21°99°
CMYK 0.130.000.21   0.01
XYZ74.647589.434167.3610
Yxy89.43410.32250.3864
Hunter Lab94.5696-24.599823.9670
CIE-Lab95.7615-20.417822.2753

#dbfdc7 color RGB value is (219,253,199).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 11000111
Octal 333 375 307
Decimal 219 253 199
Hex DB FD C7

RGB Percentages of Color #dbfdc7

%32.64
%37.70
%29.66

CMYK Percentages of Color #dbfdc7

%13
%0
%21
%1

Triadic Colors of #dbfdc7

#dbfdc7 #c7dbfd #fdc7db

Analogous Colors of #dbfdc7

#dbfdc7 #c7fdce #f6fdc7

Monochromatic Colors of #dbfdc7

#dbfdc7

Complementary Color

#dbfdc7 #e9c7fd

#dbfdc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdc7 Color CSS Codes

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

#dbfdc7 Text Font Color

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

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


#dbfdc7 Background Color

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

This div background color is #dbfdc7


#dbfdc7 Border Color

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

This div border color is #dbfdc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdc7


Comments

No comments written yet.

Please login to write comment.