Color Hex Logo

#dbffeb Color Hex

#DBFFEB
(219,255,235)
0 Favorites   0 Comments

Color spaces of #dbffeb

RGB 219255235
HSL0.411.000.93
HSV147°14°100°
CMYK 0.140.000.08   0.00
XYZ79.968892.578292.2518
Yxy92.57820.30200.3496
Hunter Lab96.2176-20.025010.5060
CIE-Lab97.0562-15.28715.6748

#dbffeb color RGB value is (219,255,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111111 11101011
Octal 333 377 353
Decimal 219 255 235
Hex DB FF EB

RGB Percentages of Color #dbffeb

%30.89
%35.97
%33.15

CMYK Percentages of Color #dbffeb

%14
%0
%8
%0

Triadic Colors of #dbffeb

#dbffeb #ebdbff #ffebdb

Analogous Colors of #dbffeb

#dbffeb #dbfffd #ddffdb

Monochromatic Colors of #dbffeb

#dbffeb

Complementary Color

#dbffeb #ffdbef

#dbffeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbffeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbffeb Color CSS Codes

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

#dbffeb Text Font Color

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

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


#dbffeb Background Color

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

This div background color is #dbffeb


#dbffeb Border Color

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

This div border color is #dbffeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbffeb

Related Colors


Comments

No comments written yet.

Please login to write comment.