Color Hex Logo

#dbfbe2 Color Hex

#DBFBE2
(219,251,226)
0 Favorites   0 Comments

Color spaces of #dbfbe2

RGB 219251226
HSL0.370.800.92
HSV133°13°98°
CMYK 0.130.000.10   0.02
XYZ77.438189.545485.1541
Yxy89.54540.30710.3551
Hunter Lab94.6284-19.526312.8861
CIE-Lab95.8079-14.93938.5062

#dbfbe2 color RGB value is (219,251,226).

#dbfbe2 hex color red value is 219, green value is 251 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dbfbe2 hue: 0.37 , saturation: 0.80 and the lightness value of dbfbe2 is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11100010
Octal 333 373 342
Decimal 219 251 226
Hex DB FB E2

RGB Percentages of Color #dbfbe2

%31.47
%36.06
%32.47

CMYK Percentages of Color #dbfbe2

%13
%0
%10
%2

Triadic Colors of #dbfbe2

#dbfbe2 #e2dbfb #fbe2db

Analogous Colors of #dbfbe2

#dbfbe2 #dbfbf2 #e4fbdb

Monochromatic Colors of #dbfbe2

#dbfbe2

Complementary Color

#dbfbe2 #fbdbf4

#dbfbe2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbe2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbe2 Color CSS Codes

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

#dbfbe2 Text Font Color

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

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


#dbfbe2 Background Color

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

This div background color is #dbfbe2


#dbfbe2 Border Color

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

This div border color is #dbfbe2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbe2


Comments

No comments written yet.

Please login to write comment.