Color Hex Logo

#dbfdbf Color Hex

#DBFDBF
(219,253,191)
0 Favorites   0 Comments

Color spaces of #dbfdbf

RGB 219253191
HSL0.260.940.87
HSV93°25°99°
CMYK 0.130.000.25   0.01
XYZ73.742789.072262.5962
Yxy89.07220.32710.3952
Hunter Lab94.3781-25.689926.7406
CIE-Lab95.6106-21.638626.1319

#dbfdbf color RGB value is (219,253,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111101 10111111
Octal 333 375 277
Decimal 219 253 191
Hex DB FD BF

RGB Percentages of Color #dbfdbf

%33.03
%38.16
%28.81

CMYK Percentages of Color #dbfdbf

%13
%0
%25
%1

Triadic Colors of #dbfdbf

#dbfdbf #bfdbfd #fdbfdb

Analogous Colors of #dbfdbf

#dbfdbf #bffdc2 #fafdbf

Monochromatic Colors of #dbfdbf

#dbfdbf

Complementary Color

#dbfdbf #e1bffd

#dbfdbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfdbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfdbf Color CSS Codes

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

#dbfdbf Text Font Color

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

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


#dbfdbf Background Color

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

This div background color is #dbfdbf


#dbfdbf Border Color

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

This div border color is #dbfdbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,253,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 #dbfdbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfdbf

Related Colors


Comments

No comments written yet.

Please login to write comment.