Color Hex Logo

#dbfefb Color Hex

#DBFEFB
(219,254,251)
0 Favorites   0 Comments

Color spaces of #dbfefb

RGB 219254251
HSL0.490.950.93
HSV175°14°100°
CMYK 0.140.000.01   0.00
XYZ82.067892.9087104.8745
Yxy92.90870.29330.3320
Hunter Lab96.3892-16.70232.9630
CIE-Lab97.1905-11.7720-2.3588

#dbfefb color RGB value is (219,254,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11111110 11111011
Octal 333 376 373
Decimal 219 254 251
Hex DB FE FB

RGB Percentages of Color #dbfefb

%30.25
%35.08
%34.67

CMYK Percentages of Color #dbfefb

%14
%0
%1
%0

Triadic Colors of #dbfefb

#dbfefb #fbdbfe #fefbdb

Analogous Colors of #dbfefb

#dbfefb #dbf0fe #dbfeea

Monochromatic Colors of #dbfefb

#dbfefb

Complementary Color

#dbfefb #fedbde

#dbfefb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbfefb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbfefb Color CSS Codes

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

#dbfefb Text Font Color

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

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


#dbfefb Background Color

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

This div background color is #dbfefb


#dbfefb Border Color

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

This div border color is #dbfefb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbfefb

Related Colors


Comments

No comments written yet.

Please login to write comment.