Color Hex Logo

#dbfebc Color Hex

#DBFEBC
(219,254,188)
0 Favorites   0 Comments

Color spaces of #dbfebc

RGB 219254188
HSL0.260.970.87
HSV92°26°100°
CMYK 0.140.000.26   0.00
XYZ73.732389.574560.9805
Yxy89.57450.32870.3994
Hunter Lab94.6438-26.566228.0492
CIE-Lab95.8200-22.562827.9363

#dbfebc color RGB value is (219,254,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 10111100
Octal 333 376 274
Decimal 219 254 188
Hex DB FE BC

RGB Percentages of Color #dbfebc

%33.13
%38.43
%28.44

CMYK Percentages of Color #dbfebc

%14
%0
%26
%0

Triadic Colors of #dbfebc

#dbfebc #bcdbfe #febcdb

Analogous Colors of #dbfebc

#dbfebc #bcfebe #fcfebc

Monochromatic Colors of #dbfebc

#dbfebc

Complementary Color

#dbfebc #dfbcfe

#dbfebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfebc Color CSS Codes

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

#dbfebc Text Font Color

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

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


#dbfebc Background Color

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

This div background color is #dbfebc


#dbfebc Border Color

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

This div border color is #dbfebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfebc

Related Colors


Comments

No comments written yet.

Please login to write comment.