Color Hex Logo

#dbfbea Color Hex

#DBFBEA
(219,251,234)
0 Favorites   0 Comments

Color spaces of #dbfbea

RGB 219251234
HSL0.410.800.92
HSV148°13°98°
CMYK 0.130.000.07   0.02
XYZ78.561989.994991.0720
Yxy89.99490.30260.3466
Hunter Lab94.8656-18.19219.4869
CIE-Lab95.9947-13.49614.6549

#dbfbea color RGB value is (219,251,234).

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

The process color (four color CMYK) of #dbfbea color hex is 0.13, 0.00, 0.07, 0.02. Web safe color of #dbfbea is #ccffff. Color #dbfbea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111011 11101010
Octal 333 373 352
Decimal 219 251 234
Hex DB FB EA

RGB Percentages of Color #dbfbea

%31.11
%35.65
%33.24

CMYK Percentages of Color #dbfbea

%13
%0
%7
%2

Triadic Colors of #dbfbea

#dbfbea #eadbfb #fbeadb

Analogous Colors of #dbfbea

#dbfbea #dbfbfa #dcfbdb

Monochromatic Colors of #dbfbea

#dbfbea

Complementary Color

#dbfbea #fbdbec

#dbfbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfbea Color CSS Codes

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

#dbfbea Text Font Color

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

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


#dbfbea Background Color

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

This div background color is #dbfbea


#dbfbea Border Color

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

This div border color is #dbfbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfbea


Comments

No comments written yet.

Please login to write comment.