Color Hex Logo

#dbfbbf Color Hex

#DBFBBF
(219,251,191)
0 Favorites   0 Comments

Color spaces of #dbfbbf

RGB 219251191
HSL0.260.880.87
HSV92°24°98°
CMYK 0.130.000.24   0.02
XYZ73.114687.816062.3869
Yxy87.81600.32740.3932
Hunter Lab93.7102-24.723526.1252
CIE-Lab95.0834-20.674525.4085

#dbfbbf color RGB value is (219,251,191).

#dbfbbf hex color red value is 219, green value is 251 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #dbfbbf hue: 0.26 , saturation: 0.88 and the lightness value of dbfbbf is 0.87.

The process color (four color CMYK) of #dbfbbf color hex is 0.13, 0.00, 0.24, 0.02. Web safe color of #dbfbbf is #ccffcc. Color #dbfbbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 10111111
Octal 333 373 277
Decimal 219 251 191
Hex DB FB BF

RGB Percentages of Color #dbfbbf

%33.13
%37.97
%28.90

CMYK Percentages of Color #dbfbbf

%13
%0
%24
%2

Triadic Colors of #dbfbbf

#dbfbbf #bfdbfb #fbbfdb

Analogous Colors of #dbfbbf

#dbfbbf #bffbc1 #f9fbbf

Monochromatic Colors of #dbfbbf

#dbfbbf

Complementary Color

#dbfbbf #dfbffb

#dbfbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbbf Color CSS Codes

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

#dbfbbf Text Font Color

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

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


#dbfbbf Background Color

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

This div background color is #dbfbbf


#dbfbbf Border Color

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

This div border color is #dbfbbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbbf


Comments

No comments written yet.

Please login to write comment.