Color Hex Logo

#dbfdbb Color Hex

#DBFDBB
(219,253,187)
0 Favorites   0 Comments

Color spaces of #dbfdbb

RGB 219253187
HSL0.250.940.86
HSV91°26°99°
CMYK 0.130.000.26   0.01
XYZ73.308388.898560.3091
Yxy88.89850.32950.3995
Hunter Lab94.2860-26.215028.0759
CIE-Lab95.5380-22.229628.0573

#dbfdbb color RGB value is (219,253,187).

#dbfdbb hex color red value is 219, green value is 253 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #dbfdbb hue: 0.25 , saturation: 0.94 and the lightness value of dbfdbb is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 10111011
Octal 333 375 273
Decimal 219 253 187
Hex DB FD BB

RGB Percentages of Color #dbfdbb

%33.23
%38.39
%28.38

CMYK Percentages of Color #dbfdbb

%13
%0
%26
%1

Triadic Colors of #dbfdbb

#dbfdbb #bbdbfd #fdbbdb

Analogous Colors of #dbfdbb

#dbfdbb #bbfdbc #fcfdbb

Monochromatic Colors of #dbfdbb

#dbfdbb

Complementary Color

#dbfdbb #ddbbfd

#dbfdbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdbb Color CSS Codes

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

#dbfdbb Text Font Color

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

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


#dbfdbb Background Color

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

This div background color is #dbfdbb


#dbfdbb Border Color

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

This div border color is #dbfdbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdbb


Comments

No comments written yet.

Please login to write comment.