Color Hex Logo

#dbffbc Color Hex

#DBFFBC
(219,255,188)
0 Favorites   0 Comments

Color spaces of #dbffbc

RGB 219255188
HSL0.261.000.87
HSV92°26°100°
CMYK 0.140.000.26   0.00
XYZ74.050590.210961.0865
Yxy90.21090.32860.4003
Hunter Lab94.9794-27.046828.3529
CIE-Lab96.0842-23.041628.2963

#dbffbc color RGB value is (219,255,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 10111100
Octal 333 377 274
Decimal 219 255 188
Hex DB FF BC

RGB Percentages of Color #dbffbc

%33.08
%38.52
%28.40

CMYK Percentages of Color #dbffbc

%14
%0
%26
%0

Triadic Colors of #dbffbc

#dbffbc #bcdbff #ffbcdb

Analogous Colors of #dbffbc

#dbffbc #bcffbf #fdffbc

Monochromatic Colors of #dbffbc

#dbffbc

Complementary Color

#dbffbc #e0bcff

#dbffbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffbc Color CSS Codes

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

#dbffbc Text Font Color

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

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


#dbffbc Background Color

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

This div background color is #dbffbc


#dbffbc Border Color

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

This div border color is #dbffbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffbc

Related Colors


Comments

No comments written yet.

Please login to write comment.