Color Hex Logo

#dbfeea Color Hex

#DBFEEA
(219,254,234)
0 Favorites   0 Comments

Color spaces of #dbfeea

RGB 219254234
HSL0.400.950.93
HSV146°14°100°
CMYK 0.140.000.08   0.00
XYZ79.506591.884291.3869
Yxy91.88420.30260.3497
Hunter Lab95.8562-19.694310.5738
CIE-Lab96.7729-14.97775.7798

#dbfeea color RGB value is (219,254,234).

#dbfeea hex color red value is 219, green value is 254 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dbfeea hue: 0.40 , saturation: 0.95 and the lightness value of dbfeea is 0.93.

The process color (four color CMYK) of #dbfeea color hex is 0.14, 0.00, 0.08, 0.00. Web safe color of #dbfeea is #ccffff. Color #dbfeea contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11101010
Octal 333 376 352
Decimal 219 254 234
Hex DB FE EA

RGB Percentages of Color #dbfeea

%30.98
%35.93
%33.10

CMYK Percentages of Color #dbfeea

%14
%0
%8
%0

Triadic Colors of #dbfeea

#dbfeea #eadbfe #feeadb

Analogous Colors of #dbfeea

#dbfeea #dbfefc #defedb

Monochromatic Colors of #dbfeea

#dbfeea

Complementary Color

#dbfeea #fedbef

#dbfeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfeea Color CSS Codes

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

#dbfeea Text Font Color

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

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


#dbfeea Background Color

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

This div background color is #dbfeea


#dbfeea Border Color

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

This div border color is #dbfeea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfeea


Comments

No comments written yet.

Please login to write comment.